oidc-client-ts icon indicating copy to clipboard operation
oidc-client-ts copied to clipboard

SSR applications support

Open rkorzhoff opened this issue 2 years ago • 3 comments

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

rkorzhoff avatar Jul 19 '23 16:07 rkorzhoff

see #256

pamapa avatar Jul 20 '23 11:07 pamapa

@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...

some-user123 avatar Sep 27 '23 13:09 some-user123

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

idc77 avatar May 13 '24 21:05 idc77