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 using this in combination with devise_token_auth gem in react. Everything seems to work great except for 2 problems I'm having.
Authentication is not persisting on page reload
Login works fine and grabs the current user data, but I'm not seeing anything persisting to cookies in my browser so token verification fails on page reload
Sign out is not working properly
I've seen something about this possibly being a CORS issue but I've tried all the solutions that have previously been suggested and had no luck.
Any help on these would be greatly appreciated. I wasn't sure what would be helpful codewise to post, but if there's anything in particular or any more information that would help, I can post it.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using this in combination with devise_token_auth gem in react. Everything seems to work great except for 2 problems I'm having.
Authentication is not persisting on page reload
Login works fine and grabs the current user data, but I'm not seeing anything persisting to cookies in my browser so token verification fails on page reload
Sign out is not working properly
I've seen something about this possibly being a CORS issue but I've tried all the solutions that have previously been suggested and had no luck.
Any help on these would be greatly appreciated. I wasn't sure what would be helpful codewise to post, but if there's anything in particular or any more information that would help, I can post it.
Thanks!
The text was updated successfully, but these errors were encountered: