File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717## [ unreleased]
1818
19+ ### Changed
20+ * #1211 documentation improvements.
21+
1922### Added
2023* Add 'code_challenge_method' parameter to authorization call in documentation
2124
Original file line number Diff line number Diff line change @@ -29,9 +29,12 @@ List of available settings
2929
3030ACCESS_TOKEN_EXPIRE_SECONDS
3131~~~~~~~~~~~~~~~~~~~~~~~~~~~
32+
33+ Default: ``36000 ``
34+
3235The number of seconds an access token remains valid. Requesting a protected
3336resource after this duration will fail. Keep this value high enough so clients
34- can cache the token for a reasonable amount of time. (default: 36000)
37+ can cache the token for a reasonable amount of time.
3538
3639ACCESS_TOKEN_MODEL
3740~~~~~~~~~~~~~~~~~~
@@ -69,9 +72,11 @@ this value if you wrote your own implementation (subclass of
6972
7073AUTHORIZATION_CODE_EXPIRE_SECONDS
7174~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75+ Default: ``60 ``
76+
7277The number of seconds an authorization code remains valid. Requesting an access
73- token after this duration will fail. :rfc: `4.1.2 ` recommends a
74- 10 minutes (600 seconds) duration .
78+ token after this duration will fail. :rfc: `4.1.2 ` recommends expire after a short lifetime,
79+ being 10 minutes (600 seconds) the maximum acceptable .
7580
7681CLIENT_ID_GENERATOR_CLASS
7782~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments