You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,7 @@ The available options are:
359
359
360
360
| Name | Description | Options | Default|
361
361
| ------ | ----------- | ------- | ------ |
362
+
|JWT_AUTH_HEADER | What to use in the authorization header (ex: Bearer <access_token>) | Any string (empty string to have it just be the access token in the authorization header) | 'Bearer' |
362
363
|JWT_ACCESS_TOKEN_EXPIRES | How long an access token should live | datetime.timedelta | 15 minutes|
363
364
|JWT_REFRESH_TOKEN_EXPIRES | How long a refresh token should live | datetime.timedelta | 30 days |
364
365
|JWT_ALGORITHM | Which algorithm to use with the JWT. |[See here] (https://pyjwt.readthedocs.io/en/latest/algorithms.html)| HS256 |
0 commit comments