-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Google Oauth2 does not set cookies in production. #1
Comments
This was caused by devise not allowing duplicate email addresses. The fix was to override the default behavior, and only check email uniqueness among users that registered by email. |
booleanbetrayal
pushed a commit
that referenced
this issue
Jan 23, 2016
remove deprecations from RegistrationsController
bobmshannon
pushed a commit
to StratusPrint/devise_token_auth
that referenced
this issue
Apr 6, 2016
Merge lynndylanhurley/devise_token_auth:master into master
MaicolBen
referenced
this issue
in MaicolBen/devise_token_auth
Oct 11, 2017
Fix for stringified token issue on sign in
MaicolBen
pushed a commit
that referenced
this issue
Oct 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works fine when run locally.
The text was updated successfully, but these errors were encountered: