-
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
Devise_token_auth without OmniAuth authentication #60
Comments
@edgarhenriquez - it should be possible. I'll look into this, thanks. |
same here :( |
Count me in on the "want to use by regular email/password" auth crowd. 👍 |
Ditto. |
Merged
lynndylanhurley
added a commit
that referenced
this issue
Dec 22, 2014
Version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi. I’m not sure if I missed something, but I couldn’t find a way to set up devise_token_auth to work without using OmniAuth. I mean, is it possible to use devise_token_auth using only email authentication?
So far I’ve installed the gem, ran the
rails g devise_token_auth:install Agent /auth
command and added themount_devise_token_auth_for 'Agent', at: '/auth'
to config/routes.rb, but I got the following after doing arake routes
:Thanks
I’m using Rails 4.16 with devise_token_auth 0.1.29.
The text was updated successfully, but these errors were encountered: