At present, Auth0 uses a dummy client ID and domain, so we don't need to change anything. However, in actual implementation, you must set the client ID and domain in the following file. For more details, refer to Auth0 here: https://auth0.com/docs/get-started/auth0-overview
Comment out another context in the following file and uncomment the Auth0 one.
src/hooks/useAuth.ts
importAuthContextfrom'contexts/Auth0Context';
JWT to Auth0
Set Auth0 Config
At present, Auth0 uses a dummy client ID and domain, so we don't need to change anything. However, in actual implementation, you must set the client ID and domain in the following file. For more details, refer to Auth0 here: https://auth0.com/docs/get-started/auth0-overview