[#4393] added Planning Center OAuth2 provider

Co-authored-by: alxjsn <alxjsn@sameorigin.org>
This commit is contained in:
Gani Georgiev
2024-02-24 08:46:22 +02:00
parent 4fba93e834
commit 4f46222de9
41 changed files with 247 additions and 88 deletions
+2
View File
@@ -1,5 +1,7 @@
## (WIP) v0.22.0
- Added Planning Center OAuth2 provider (thanks @alxjsn).
- Added support for back/indirect relation `filter`/`sort` (single and multiple).
The syntax to reference back relation fields is `yourCollection_via_yourRelField.*`.
⚠️ To avoid excessive joins, the nested relations resolver is now limited to max 6 level depth (similar to `expand`).