File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
310### 3.1.2 - March 3, 2025
411
512This version requires Ktor version ` 3.1.1 ` or higher.
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ org.jetbrains.compose.experimental.jscanvas.enabled=true
1111org.jetbrains.compose.experimental.wasm.enabled =true
1212org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
1313
14- supabase-version = 3.1.2
14+ supabase-version = 3.1.3
1515base-group = io.github.jan-tennert.supabase
You can’t perform that action at this time.
0 commit comments