0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

chore: add changesets (#7060)

This commit is contained in:
Darcy Ye 2025-02-23 21:59:47 -08:00 committed by GitHub
parent 7f9d870c72
commit bca4177c63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@logto/core": patch
---
add `AuthnStatement` to SAML app assertion response

View file

@ -0,0 +1,7 @@
---
"@logto/connector-aliyun-sms": minor
---
add `strictPhoneRegionNumberCheck` to config with default value `false`
When this configuration is enabled, the connector will assume by default that all phone numbers include a valid region code and rely on this to determine whether the phone number belongs to mainland China. If your users' phone numbers do not include a region code due to historical reasons, their sign-in processes may be affected. Please enable this setting with caution.