status.auth¶
Authentication between status package and API web app.
- status.auth.ALGORITHM¶
The algorithm used to sign the access token. Value is “RS256”.
- status.auth.ACCESS_TOKEN_EXPIRE_MINUTES¶
The number of minutes before an access token. value is 5.
Classes
|
Part of a Bearer (a.k.a. |