Skip to content
Michael Pope edited this page Sep 19, 2019 · 1 revision

No access-token returned

Ref: https://github.com/lynndylanhurley/devise_token_auth/issues/1147

Sometimes when you send requests quickly to the backend you may not get an access-token. In this situation you should use the previous access-token. This is due to the plugin taking too long to create an access-token.

Clone this wiki locally