[#6657] allow OIDC email_verified to be int or boolean string

This commit is contained in:
Gani Georgiev
2025-03-29 09:28:31 +02:00
parent 42a008f828
commit 32de8ed04a
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## v0.26.6
- Allow OIDC `email_verified` to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response ([#6657](https://github.com/pocketbase/pocketbase/pull/6657)).
## v0.26.5
- Fixed canonical URI parts escaping when generating the S3 request signature ([#6654](https://github.com/pocketbase/pocketbase/issues/6654)).