-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work with Devise? #28
Comments
Hey @plcosta, thank you! The gem doesn't have integration with devise, still those 2 gems can be used together by which I mean devise can be used f.e. for rails server-rendered pages and jwt_sessions can be used for API in the same time. I'll think about creation of a devise extension, but can't guarantee. |
Thanks @tuwukee. Maybe I can contribute on your project soon as possible. |
@plcosta sure, PRs are always welcome! |
Hey @plcosta! I've extracted an example integration of Hope that helps) |
Thanks a lot, @palkan! Sorry about delay. I decided to give up using Devise. Instead currently it's all under control with jwt_sessions. |
Amazing work @tuwukee!
Is possible to use jwt_session with devise for authentication? If not, do you think about create some modules like devise?
Thanks for all your hard work! 💪
The text was updated successfully, but these errors were encountered: