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

Come up with a scheme for managing CSRF tokens for Google OAuth #13

Open
hgzimmerman opened this issue May 8, 2019 · 0 comments
Open

Comments

@hgzimmerman
Copy link
Owner

hgzimmerman commented May 8, 2019

Requirements:

  • Store CSRF token from /auth/link, so it can be used in the /auth/redirect.
  • Store multiple, for concurrent logins, have a lookup mechanism to see if CSRF from /auth/redirect is in the set produced by /auth/link.
  • Ideally non-blocking, but can be slow.
  • Bounded max-size, of cache or max-time for items in cache.
  • Should be resilient to dos attacks within reason.

Candidates:

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

No branches or pull requests

1 participant