JWT_SECRET Purpose
Hey all we’re primarily using AWS Cognito for auth, and noticed JWT_SECRET is still a required env var in Wasp. Since Cognito is handling all the auth flows like email verification and password resets, we’re not using this var ourselves.
Is JWT_SECRET actually needed in this case, and can we override the Zod schema to skip the check?
Is JWT_SECRET actually needed in this case, and can we override the Zod schema to skip the check?
