Auth0
Demo flowChoose an authentication strategy
Update the auth
method in your config.
auth: {
method: 'auth0',
},
Get your Auth0 credentials
- Get API key: Complete guide to react user authentication with Auth0.
- Update to your
.env
file.
VITE_AUTH0_DOMAIN=
Auth0 domain:

VITE_AUTH0_CLIENT_ID=
Auth0 client id:

VITE_AUTH0_CALLBACK_URL=
Auth0 callback url:
