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

Fix error for expired oauth2 token in unit test #17004

Merged
merged 1 commit into from
Nov 13, 2021

Conversation

crowne
Copy link
Contributor

@crowne crowne commented Nov 13, 2021

OAuth2AccessToken require expiryTime to be after issuedTime.

Fix #16570

I've redone this PR reverting the change of the enforcer plugin back to 3.0.0-M3,
The enforcer plugin now remains at version 3.0.0


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

OAuth2AccessToken require expiryTime to be after issuedTime.

Fix jhipster#16570
@DanielFran DanielFran merged commit ea922e7 into jhipster:main Nov 13, 2021
@crowne crowne deleted the expired-token branch November 14, 2021 05:48
@pascalgrimaud pascalgrimaud added this to the 7.4.0 milestone Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generated AuthorizationHeaderUtilTest fails on windows
3 participants