We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64d67aa + 2223703 commit 5481122Copy full SHA for 5481122
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### 3.1.3 - March 17, 2025
4
+
5
+### Auth
6
7
+- Fix JS/Wasm hash/code check and removal by @Sparky983 and @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/875
8
+Hashes & PKCE codes should now be correctly checked for on WASM, and removed from the browser history after usage.
9
10
### 3.1.2 - March 3, 2025
11
12
This version requires Ktor version `3.1.1` or higher.
gradle.properties
@@ -11,5 +11,5 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
13
14
-supabase-version = 3.1.2
+supabase-version = 3.1.3
15
base-group = io.github.jan-tennert.supabase
0 commit comments