S
SolidJS15mo ago
turtle15

What Auth services do you guys use?

Title
3 Replies
Jasmin
Jasmin15mo ago
None, I run my own auth
Bagus
Bagus15mo ago
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.
Massukka
Massukka15mo ago
Lucia but it's not really a service

Did you find this page helpful?