pub(crate) fn load_jwt_secret( jwt_secret: Option<&str>, ) -> Result<Option<String>>
Load JWT secret from either a file or use the provided string directly.