pub fn jwt_secret() -> &'static strExpand description
Retrieve the global JWT encoding secret previously set via init_jwt_secret.
§Panics
Panics if init_jwt_secret has not been called yet.
pub fn jwt_secret() -> &'static strRetrieve the global JWT encoding secret previously set via init_jwt_secret.
Panics if init_jwt_secret has not been called yet.