v2.24.0
2.24.0 (2023-10-23)
Bug Fixes
- #1218 fixes existing migrations to allow namespaces!="auth" (#1279) (206fc09)
- add redirectTo to email templates (#1276) (40aed62)
- improve default settings used (4745451)
- include
/organizations
in expected issuer exemption (#1275) (47cbe6e), closes #1274 - pass through redirect query parameters (#1224) (577e320), closes #1150
- patch secure email change (double confirm) response format. (#1241) (064e8a1), closes #1240
- preserve backward compatibility with Twilio Existing API (#1260) (71fb156)
- remove organizations from fly provider (#1267) (c79fc6e)
- set the otp if it's not a test otp (#1223) (3afc8a9)
- support message IDs for Twilio Whatsapp (#1203) (77e85c8)
- take into account test otp for twilio verify (#1255) (18b4291), closes #1252
- test otp with twilio verify (#1259) (ab2aba6)
- use linkedin oidc endpoint (#1254) (6d5c8eb), closes #1216
Features
- add
GOTRUE_<PROVIDER>_SKIP_NONCE_CHECK
to skip nonce checks in ODIC flow (#1264) (4291959) - add email rate limit breach metric (#1208) (4ff1fe0), closes #1213
- add fly oauth provider (#1261) (0fe4285)
- add idempotent refresh token algorithm (#1278) (b0426c6)
- add index on user_id of mfa_factors (#1247) (6ea135a)
- add new Linkedin OIDC due to deprecated scopes for new linkedin applications (#1248) (f40acfe), closes /github.com/supabase/gotrue/issues/1216#issuecomment-1688943690
- add sso pkce (#1137) (2c0e0a1)
- expose email address being sent to for email change flow (#1231) (f7308ad), closes /github.com/supabase/supabase/blob/master/studio/stores/authConfig/schema/AuthProviders/AuthTemplatesValidation.tsx#L128
- fix empty string parsing for
GOTRUE_SMS_TEST_OTP_VALID_UNTIL
(#1234) (25f2dcb) - ignore common Azure issuer for ID tokens (#1272) (4c50357)
- initial fix for invite followed by signup. (#1262) (76c8eeb)
- reinstate upgrade whatsapp support on Twilio Programmable Messaging to support Content API (#1266) (00ee75c)
- retry concurrent refresh token attempts (#1202) (d894012), closes #1190
- upgrade whatsapp support on Twilio Programmable Messaging (#1249) (c58febe)
- use
template/text
instead ofstrings.Replace
for phone OTP messages (#1188) (5caacc1) - use OIDC ID token for Azure (#1269) (57e336e)
Reverts
- Revert "feat: upgrade whatsapp support on Twilio Programmable Messagi… (supabase#1263) (12bfe1e), closes #1263 #1249