File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ unreleased]
10
10
11
+ - Add ` Cache-Control ` header for jwks endpoint ` /jwt/jwks.json `
12
+ - Add ` validity_in_secs ` to the return value of overridable ` get_jwks ` recipe function.
13
+ - This can be used to control the ` Cache-Control ` header mentioned above.
14
+ - It defaults to ` 60 ` or the value set in the cache-control header returned by the core
15
+ - This is optional (so you are not required to update your overrides). Returning ` None ` means that the header won't be set
16
+
11
17
## [ 0.16.2] - 2023-09-20
12
18
13
19
- Allow use of [ nest-asyncio] ( https://pypi.org/project/nest-asyncio/ ) when env var ` SUPERTOKENS_NEST_ASYNCIO=1 ` .
@@ -32,11 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
38
## [ 0.15.3] - 2023-09-25
33
39
34
40
- Handle 429 rate limiting from SaaS core instances
35
- - Add ` Cache-Control ` header for jwks endpoint ` /jwt/jwks.json `
36
- - Add ` validity_in_secs ` to the return value of overridable ` get_jwks ` recipe function.
37
- - This can be used to control the ` Cache-Control ` header mentioned above.
38
- - It defaults to ` 60 ` or the value set in the cache-control header returned by the core
39
- - This is optional (so you are not required to update your overrides). Returning ` None ` means that the header won't be set
40
41
41
42
42
43
## [ 0.15.2] - 2023-09-23
You can’t perform that action at this time.
0 commit comments