Use devise_token_auth fork to fix authentication

This commit is contained in:
Thor77 2022-05-20 18:40:55 +02:00
parent e949b3f477
commit b511caba8a
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
2 changed files with 4 additions and 3 deletions

View File

@ -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'

View File

@ -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)