Closed thecodepixi closed 3 years ago
Fixes #81
The top level oauth cookie was set to samesite=none causing it to be treated as a 3rd party cookie during app review.
samesite=none
Removes all usage of samesite=none behavior for cookies.
WHY are these changes introduced?
Fixes #81
The top level oauth cookie was set to
samesite=none
causing it to be treated as a 3rd party cookie during app review.WHAT is this pull request doing?
Removes all usage of
samesite=none
behavior for cookies.Type of change
Checklist