Set these in the environment and restart FastAPI:
AUTH0_DOMAINAUTH0_CLIENT_IDAUTH0_CLIENT_SECRETAUTH0_SECRET (e.g. openssl rand -hex 32)APP_BASE_URL (must match this server, e.g. http://127.0.0.1:8002)Auth0 callback URL should be http://127.0.0.1:8002/callback.