-
Notifications
You must be signed in to change notification settings - Fork 4
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
User authentication #8
Comments
If we use Omniauth (which I'm just reading about for the first time) then it looks like there's a long list of gems implementing various providers. I'm thinking
Assuming this app won't accept payments, I feel like it would be nice if we went further and had some kind of programatic vetting to prevent abuse. |
|
I'm creating seed data right now, and as I'm creating users I'm realizing that the only way I'll be able to log in as these fake users is to link them with Facebook test users. Can we use the |
I'm 👍 on that -- just make it so /auth/:provider/callback accepts GET and POST requests, and you should be all set. |
This will be implemented by Omniauth via Facebook. (Twitter and others too? Comment below if you ideas about more providers)
The text was updated successfully, but these errors were encountered: