mcordell / grape_devise_token_auth

Grape compatibility for devise_token_auth + devise + rails setup
MIT License
41 stars 29 forks source link

Still compatible with actual versions (rails 6) ? #22

Open Texicitys opened 4 years ago

Texicitys commented 4 years ago

Hello !

Sorry for my ignorance, but is this gem still compatible with actual grape, devise and rails ? Because I initialized it, and tested it in my app and it seems that it doesn't crash, but I cannot find the 'auth/' path of devise token auth in the grape API (https://devise-token-auth.gitbook.io/devise-token-auth/usage).

I also tried with your demo, and I had the same problem. Here is the code of your demo. I just changed the gem to put the new upgrades : https://github.com/Texicitys/rails_grape_auth-master-test

Thank you very much for your help.