Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Deprecate int? JwtPayload.Exp, .Iat, .Nbf #2266

Closed
brentschmaltz opened this issue Aug 26, 2023 · 1 comment · Fixed by #2283
Closed

[Feature Request] Deprecate int? JwtPayload.Exp, .Iat, .Nbf #2266

brentschmaltz opened this issue Aug 26, 2023 · 1 comment · Fixed by #2283
Assignees

Comments

@brentschmaltz
Copy link
Member

These properties return int, EpochTime requires a long to correctly represent the datetime.

We should add new methods in 7
Expiration, IssuedAt, NotBefore of type long?.

And mark Exp, Iat, Nbf as obsolete.

@jennyf19
Copy link
Collaborator

jennyf19 commented Sep 6, 2023

In 7.0.0-preview5

@jennyf19 jennyf19 closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants