Use devise_token_auth fork to fix authentication
This commit is contained in:
parent
e949b3f477
commit
b511caba8a
2
Gemfile
2
Gemfile
|
|
@ -30,7 +30,7 @@ gem 'bootsnap', require: false
|
|||
|
||||
# Authentication
|
||||
gem 'devise'
|
||||
gem 'devise_token_auth', :git => 'https://github.com/lynndylanhurley/devise_token_auth.git'
|
||||
gem 'devise_token_auth', git: 'https://github.com/Thor77/devise_token_auth', branch: 'fix-api-only-mode'
|
||||
|
||||
gem 'rack-cors'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
GIT
|
||||
remote: https://github.com/lynndylanhurley/devise_token_auth.git
|
||||
revision: 798255ee7e3fee5cfa2fdc519fd90e281bd9b6f5
|
||||
remote: https://github.com/Thor77/devise_token_auth
|
||||
revision: 30ba21add5c87b2964b909c6fc5cd18cfeae2191
|
||||
branch: fix-api-only-mode
|
||||
specs:
|
||||
devise_token_auth (1.2.0)
|
||||
bcrypt (~> 3.0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue