Auth0 Proxy Provider for Next.js and server-side authentication
Use this when you have a backend proxy that handles Auth0 authentication.
<Auth0ProxyProvider authDetails={{ authProxyUrl: '/api/auth' }} themeSettings={{ mode: 'dark', theme: 'rounded' }} toastSettings={{ provider: 'custom', customMethods: {...} }}> <YourApp /></Auth0ProxyProvider> Copy
<Auth0ProxyProvider authDetails={{ authProxyUrl: '/api/auth' }} themeSettings={{ mode: 'dark', theme: 'rounded' }} toastSettings={{ provider: 'custom', customMethods: {...} }}> <YourApp /></Auth0ProxyProvider>
Auth0 Proxy Provider for Next.js and server-side authentication
Use this when you have a backend proxy that handles Auth0 authentication.