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

Release 7.15.0 #554

Merged
merged 3 commits into from
Mar 4, 2022
Merged

Release 7.15.0 #554

merged 3 commits into from
Mar 4, 2022

Conversation

frederikprijck
Copy link
Member

@frederikprijck frederikprijck commented Mar 4, 2022

Added

Changed

Note that with this release, ID Token validation has been added when retrieving a token using any of the Device Code or Passwordless flows.
There might be a rare occasion where this could break your application, in the situation where you are using invalid ID Tokens.
However, typically this should not cause any issues as ID Tokens are supposed to be valid. If they aren't, you probably want to get notified about it as soon as possible.

Prior to this change, those methods would return the tokens without checking the validaty of your ID Token.
However, given the fact that this should realy be an edge case, and we believe it's a good idea to inform you about invalid tokens sooner rather than later, we decided to introduce this change in a minor release.

@frederikprijck frederikprijck requested a review from a team as a code owner March 4, 2022 11:59
@frederikprijck frederikprijck marked this pull request as draft March 4, 2022 12:05
@frederikprijck frederikprijck marked this pull request as ready for review March 4, 2022 13:16
@frederikprijck frederikprijck added the review:small Small review label Mar 4, 2022
@frederikprijck frederikprijck merged commit 279e2b5 into master Mar 4, 2022
@frederikprijck frederikprijck deleted the prepare/7.15.0 branch March 4, 2022 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:small Small review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants