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
88
99## [ unreleased]
1010
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+
1117## [ 0.16.2] - 2023-09-20
1218
1319- 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
3238## [ 0.15.3] - 2023-09-25
3339
3440- 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
4041
4142
4243## [ 0.15.2] - 2023-09-23
You can’t perform that action at this time.
0 commit comments