Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix drf-oidc-auth rejecting API tokens after 10min
Added setting OIDC_LEEWAY with value of 61min for drf-oidc-auth, because otherwise it will reject API tokens when they are older than the default value of 10min. see ByteInternet/drf-oidc-auth#28
- Loading branch information