Skip to content

Fix incorrect date format in properties of JWTs (#5256)#5585

Merged
msynk merged 1 commit intobitfoundation:developfrom
msynk:5226-templates-jwt-incorrect-date-format
Oct 15, 2023
Merged

Fix incorrect date format in properties of JWTs (#5256)#5585
msynk merged 1 commit intobitfoundation:developfrom
msynk:5226-templates-jwt-incorrect-date-format

Conversation

@msynk
Copy link
Member

@msynk msynk commented Oct 15, 2023

this closes #5256

@msynk msynk requested a review from yasmoradi October 15, 2023 10:39
@msynk msynk changed the title Fix incorrect date format in properties of JWT (#5256) Fix incorrect date format in properties of JWTs (#5256) Oct 15, 2023
Copy link
Member

@yasmoradi yasmoradi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we use dotnet 8 DateTime abstractions instead?
We could also remove IDateTimeProvider and DefaultDateTimeProvider

@msynk
Copy link
Member Author

msynk commented Oct 15, 2023

Let's implement the new .NET 8 approach in our new clean architect template in the near future.

@msynk msynk merged commit 13bae76 into bitfoundation:develop Oct 15, 2023
@msynk msynk deleted the 5226-templates-jwt-incorrect-date-format branch October 15, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong date format in the ExpireDate of the JWT token

2 participants