You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if you've thought about other authentication methods. I've got your cookie method up and running, but doing a token authentication seems like a small step towards a native implementation.
I've been thinking about this too. I've used this method before. Let me take another stab at it - my first attempt wasn't generic/abstract enough for me to feel comfortable merging it.
I'm wondering if you've thought about other authentication methods. I've got your cookie method up and running, but doing a token authentication seems like a small step towards a native implementation.
Here's what I'm using on another app/
https://github.com/lynndylanhurley/devise_token_auth
Thoughts? Pros/Cons.
The text was updated successfully, but these errors were encountered: