We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a9409 commit 711a839Copy full SHA for 711a839
CHANGELOG.md
@@ -21,7 +21,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
21
select CONCAT('s-', created_at_time) as key_id, value as key_string, 'RS256' as algorithm, created_at_time as created_at
22
from session_access_token_signing_keys;
23
```
24
-- If using `access_token_signing_key_dynamic` true in the core:
+- If using `access_token_signing_key_dynamic` true (or not set) in the core:
25
- `ALTER TABLE session_info ADD COLUMN use_static_key BOOLEAN NOT NULL DEFAULT(false);`
26
27
## [2.4.0] - 2023-03-30
0 commit comments