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

Set OAuth cookies SameSite to lax #100

Merged
merged 1 commit into from
Feb 9, 2021
Merged

Conversation

paulomarg
Copy link
Contributor

WHY are these changes introduced?

We no longer use 3rd party cookies in any part of apps built using the library, so we don't need to support cross-site requests. That allows us to stop setting our OAuth cookie's SameSite value to none.

WHAT is this pull request doing?

Setting SameSite=lax in the OAuth cookie.

Type of change

  • Patch: Bug (non-breaking change which fixes an issue)
  • Minor: New feature (non-breaking change which adds functionality)
  • Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)

@paulomarg paulomarg requested a review from a team as a code owner February 9, 2021 20:02
@paulomarg paulomarg force-pushed the change_cookies_samesite_to_lax branch from b352999 to 8258a6a Compare February 9, 2021 20:03
@paulomarg paulomarg merged commit 03ec242 into main Feb 9, 2021
@paulomarg paulomarg deleted the change_cookies_samesite_to_lax branch February 9, 2021 20:33
@thecodepixi thecodepixi temporarily deployed to production February 10, 2021 16:52 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.

4 participants