Skip to main content

jwt_secret

Function jwt_secret 

Source
pub fn jwt_secret() -> &'static str
Expand description

Retrieve the global JWT encoding secret previously set via init_jwt_secret.

§Panics

Panics if init_jwt_secret has not been called yet.