Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Match OAuth cookie expiration to session #72

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

PR #70 fixed the duration of the actual session, but the OAuth cookie was still expiring right away, which caused it to not get sent back to the server, thus still failing the OAuth -> JWT session transition.

WHAT is this pull request doing?

Making sure that the cookie and session expirations always match by setting both to the same value.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)

@paulomarg paulomarg requested a review from a team as a code owner January 13, 2021 20:37
@paulomarg paulomarg merged commit 0793e20 into main Jan 13, 2021
@paulomarg paulomarg deleted the fix_oauth_cookie_duration branch January 13, 2021 20:56
@paulomarg paulomarg temporarily deployed to production January 13, 2021 21:04 Inactive
@paulomarg paulomarg temporarily deployed to production January 27, 2021 19:19 Inactive
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants