James Lopez
James Lopez
Did anyone find out if Pyres is compatible?
I had exactly the same problem while trying to setup `grape_token_auth`. I resolved it by doing the following: ```ruby namespace :auth do mount_registration(to: '/', for: :user) mount_sessions(to: '/', for: :user)...
@eugen0329 I can't replicate your problem and I have a similar setup - although, without devise. Perhaps it has something to do with CORS? I have: ```ruby use Rack::Cors do...
@anusree-bruno any updates on this? Thank you!