oidc-client-ts
                                
                                
                                
                                    oidc-client-ts copied to clipboard
                            
                            
                            
                        SSR applications support
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
see #256
@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...
For complete SSR I like https://next-auth.js.org/ It's not for SPA though, only SSR.