v2.22.0
github-actions
released this
06 Jul 13:18
·
115 commits
to master
since this release
2.22.0 (2023-07-06)
Bug Fixes
- add discord
global_name
to custom_claims (#1171) (3b1a5b9) - add profiler server (#1158) (58552d6)
- check err before using user (#1154) (53e1b3a)
- don't encode query fragment (#1153) (e414cb3)
- duplicate identity error on update user (#1141) (39ca89c)
- maintain query params order (#1161) (c925065)
- resend email change (#1151) (ddad10f)
- respect last_sign_in_at on secure password update (#1164) (963df37)
Features
- add
kid
,iss
,iat
claims to the JWT (#1148) (3446197) - add different logout scopes (#1112) (df07540)
- add Figma provider (#1139) (007324c), closes /www.figma.com/developers/api#oauth2
- add support for Twilio Verify (#1124) (7e240f8)
- allow
POST /verify
to accept a token hash (#1165) (e9ab555) - complete OIDC support for Apple and Google providers (#1108) (aab7c34)
- fix SAML metadata XML update on fetched metadata (#1135) (aba0e24)
- infer
Mail
in SAML assertion and allow deleting SSO user (#1132) (47ad9de) - refactor password changes and logout (#1162) (b079c35)
- remove
SafeRoundTripper
and allow private-IP HTTP connections (#1152) (773e45e) - require different passwords on update (#1163) (154dd91)
- return SMS ID when possible (#1145) (02cb927)
- set
updated_at
onrefresh_tokens
when revoking family (#1167) (bebd27a) - switch to github.com/supabase/mailme package (#1159) (dbb9cf7), closes #870
- use
otherMails
with Azure (#1130) (fba1988)