Skip to content

Commit

Permalink
expiry is number
Browse files Browse the repository at this point in the history
  • Loading branch information
calellowitz committed Oct 6, 2023
1 parent b41487c commit 9bc0e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
CONNECTID_CLIENT_SECRET = env("cid_client_secret", default="")

OAUTH2_PROVIDER = {
"ACCESS_TOKEN_EXPIRE_SECONDS": "1209600", # seconds in two weeks
"ACCESS_TOKEN_EXPIRE_SECONDS": 1209600, # seconds in two weeks
"RESOURCE_SERVER_INTROSPECTION_URL": f"{CONNECTID_URL}/o/introspect/",
"RESOURCE_SERVER_INTROSPECTION_CREDENTIALS": (
CONNECTID_CLIENT_ID,
Expand Down

0 comments on commit 9bc0e88

Please sign in to comment.