authts / oidc-client-ts

OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications
https://authts.github.io/oidc-client-ts/
Apache License 2.0
1.39k stars 209 forks source link

SSR applications support #1098

Closed rkorzhoff closed 1 month ago

rkorzhoff commented 1 year ago

This lib is awesome, but... Any plans? I'd like to use this library in my Nuxt 3 app, but there are reasons like a strict WebStorage usage (for workaround i'm using my own implementation), window calls that make it hard

pamapa commented 1 year ago

see #256

some-user123 commented 1 year ago

@rkorzhoff Can you share your solution for Nuxt 3? Finally managed to use OidcClient to sign in incl. callback. But it really feels like fiddling around...

idc77 commented 6 months ago

For complete SSR I like https://next-auth.js.org/ It's not for SPA though, only SSR.

pamapa commented 1 month ago

This issue (question) staled some time ago, closing it for now.