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

oauth2: Forces UTC in consent strategy #775

Merged
merged 1 commit into from Feb 9, 2018
Merged

oauth2: Forces UTC in consent strategy #775

merged 1 commit into from Feb 9, 2018

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Feb 9, 2018

This resolves an issue when different timezones are used between systems
by enforcing UTC everywhere.

Closes #679

This resolves an issue when different timezones are used between systems
by enforcing UTC everywhere.

Closes #679
@aeneasr aeneasr added feat New feature or request. package/oauth2 labels Feb 9, 2018
@aeneasr aeneasr added this to the 1.0.0-alpha.1 milestone Feb 9, 2018
@aeneasr aeneasr self-assigned this Feb 9, 2018
@aeneasr aeneasr merged commit 7c4fd7d into master Feb 9, 2018
@aeneasr aeneasr deleted the fix-679 branch February 9, 2018 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request. package/oauth2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConsentRequest should use time.Now().UTC() for ExpiresAt.
1 participant