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

feat: allow stateless operation with base64url-encoded tokens #618

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

LoneRifle
Copy link
Contributor

Problem and Solution

For stateless environments where we cannot guarantee the state of a process, such as AWS Lambda or Netlify Functions, allow auth code and token generation to be base64url encodings of the values they are meant to represent, rather than random characters

For stateless environments where we cannot guarantee the state of
a process, such as AWS Lambda or Netlify Functions, allow auth
code and token generation to be base64url encodings of the values
they are meant to represent, rather than random characters
@LoneRifle LoneRifle merged commit 18e2eb7 into main Feb 8, 2024
4 checks passed
@LoneRifle LoneRifle deleted the feat/stateless branch February 8, 2024 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant