mcordell / grape_devise_token_auth

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

Changing headers on each request #5

Closed szsoppa closed 8 years ago

szsoppa commented 8 years ago

I'm having trouble with change_headers_on_each_request = true option here. New headers are generated on each request - there is a new access-token but I get 401 status as response. Do you have any idea what may cause this problem? It doesn't happen when it's set to false.