Move JWT secret key fallback to config database
- Change JWT_SECRET_KEY fallback from hardcoded to get_config('jwt_secret_key') - Allows configuration through database instead of code changes - Maintains environment variable priority
Showing
Please
register
or
sign in
to comment