added support for OAuth2 post redirect

This commit is contained in:
Gani Georgiev
2024-06-14 11:41:19 +03:00
parent 970b00011f
commit 9d847678df
35 changed files with 64 additions and 57 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.22.14-rc
- Added OAuth2 POST redirect support (in case of `response_mode=form_post`) to allow specifying scopes for the Apple OAuth2 integration.
## v0.22.13
- Fixed rules inconsistency for text literals when inside parenthesis ([#5017](https://github.com/pocketbase/pocketbase/issues/5017)).