-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
✨ [Feature] Auth supports session driver #547
Comments
Hi @hwbrzzl 👋 We think your feedback is very valuable! If you are interested, please submit a PR, please include test cases, documentation, etc., and ensure that the CI is passed, thank you and look forward to your contribution! |
hey, I can try to take care of this issue |
Sure, thanks! |
hey, I added a file with the implementation of auth using sessions. Please check KlassnayaAfrodita/framework#2 |
Thanks! why not create a PR for goravel/framework? |
Before feedback (在反馈之前)
Describe Feature (描述功能)
Currently, Auth only supports JWT driver, we want to add the session driver since framework supports the session feature.
The text was updated successfully, but these errors were encountered: