Replies: 1 comment
-
I use managed session management for my own site and it works great. I've implemented a simple version of sessions in the template and that can easily be expanded to something more complex if necessary (I'm not sure it is most of the time). Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Most SaaS apps need to have advanced session operations like:
Limit number of devices a user can login with
Sync session data across devices
Any plans to implement a session management that can be used with any type of authentication or identity providers similar to Blitz.js' approach?
Beta Was this translation helpful? Give feedback.
All reactions