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 9c7e11a commit bc98ce4Copy full SHA for bc98ce4
CHANGELOG.md
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [unreleased]
9
10
+## [0.12.8] - 2023-07-10
11
+
12
- Adds additional tests for session verification
13
14
+### Fixes
15
16
+- Now properly ignoring missing anti-csrf tokens in optional session validation
17
18
## [0.12.7] - 2023-06-05
19
20
### Fixes
supertokens/constants.go
@@ -21,7 +21,7 @@ const (
21
)
22
23
// VERSION current version of the lib
24
-const VERSION = "0.12.7"
+const VERSION = "0.12.8"
25
26
var (
27
cdiSupported = []string{"2.21"}
0 commit comments