You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Remove references to GoTrue-js v1 and do a proper release
196
212
-[ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
197
-
-[ ] Add MFA methods and SSO methods
213
+
-[ ] Add MFA methods
214
+
-[x] Add SSO methods
198
215
-[x] Add Proof Key for Code Exchange (PKCE) methods. Unlike the JS library, we do not currently plan to support Magic Link (PKCE). Please use the [token hash](https://supabase.com/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr#create-api-endpoint-for-handling-tokenhash) in tandem with `verifyOTP` instead.
216
+
-[x] Add `is_anonymous` boolean property.
217
+
-[x] Add `sign_in_with_id_token()` method.
218
+
-[x] Add `sign_in_with_sso()` method.
219
+
-[x] Enable HTTP2 by default.
220
+
-[x] Enable follow redirects by default.
221
+
-[x] Enable keep-alive by default.
222
+
-[x] Enable running with unverified SSL via `verify=False`.
223
+
-[x] Add Stalebot.
224
+
-[x] Update CI (linters, etc).
225
+
-[x] Check cyclomatic complexity and fix if needed (mccabe, prospector).
0 commit comments