Bagus
What Auth services do you guys use?
Kinde. Using their Typescript SDK. Because no official SDK yet, for solid-start.
Also had to craft my own
sessionManager
implementation using createCookieSessionStorage
.
The sessionManager
example that Kinde provides in their docs is simple (storing it in memory).
But at least it gives us idea about how Kinde manages the session.4 replies
KKinde
•Created by EllipticElysium on 12/24/2023 in #💻┃support
typescript SDK session manager
Yes
43 replies
KKinde
•Created by EllipticElysium on 12/24/2023 in #💻┃support
typescript SDK session manager
Hi @EllipticElysium , what framework you're using to connect with Kinde? Server side or browser?
I had this kind of confusion as well when integrating it with solid-start. No official SDK, so I use Typescript SDK (as server side usage).
Also I found it less-guide on proper
sessionManager
😄. But finally managed it to work properly using session cookie.43 replies