[#6338] added Trakt OAuth2 provider

Co-authored-by: Aidan Rowe <aidanrowe@gmail.com>
This commit is contained in:
Gani Georgiev
2025-01-27 11:05:30 +02:00
parent 1bc0b78c83
commit c5bd42a23f
34 changed files with 223 additions and 37 deletions

View File

@@ -10,7 +10,7 @@
- `/v2/auth` query parameters changes:
if you are specifying custom `approval_prompt=force` query parameter in the `urlCallback`, you'll have to replace it with `prompt=consent`
- Upgraded to `golang-jwt/jwt/v5`.
- Added Trakt OAuth2 provider ([#6338](https://github.com/pocketbase/pocketbase/pull/6338); thanks @aidan-)
- Added support for case-insensitive password auth based on the related UNIQUE index field collation ([#6337](https://github.com/pocketbase/pocketbase/discussions/6337)).
@@ -22,6 +22,8 @@
- Replaced archived `github.com/AlecAivazis/survey` dependency with a simpler `osutils.YesNoPrompt(message, fallback)` helper.
- Upgraded to `golang-jwt/jwt/v5`.
- Added JSVM `new Timezone(name)` binding for constructing `time.Location` value ([#6219](https://github.com/pocketbase/pocketbase/discussions/6219)).
- Added `inflector.Camelize(str)` and `inflector.Singularize(str)` helper methods.