You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in order to run codeimage locally with authentication enabled you need to provide your own auth0 configuration, which could be a little tricky.
The env var you mentioned is linked in the prod environment with the url of the website. There is a Auth0 automated flow that augment the jwt token adding a email claim.
Couldn't you just mock the authentication? The pnpm prepare:env may help you
Description
I have deployed codeimage locally, and I can get the req.user information.
However, there is no email field inside, and AUTH0_CLIENT_CLAIMS must be configured as a URL
I would like to ask how to configure AUTH0_CLIENT_CLAIMS in order to obtain the Email (the local localstorage user information contains Email)
The text was updated successfully, but these errors were encountered: