S
SolidJS14mo ago
turtle15

What Auth services do you guys use?

Title
3 Replies
Jasmin
Jasmin14mo ago
None, I run my own auth
Bagus
Bagus14mo 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
Massukka14mo ago
Lucia but it's not really a service

Did you find this page helpful?