[#7603] updated the Discord AuthUser.Name field to use global_name

Co-authored-by: Hans <hi@hans0805.me>
This commit is contained in:
Gani Georgiev
2026-03-30 07:33:29 +03:00
parent 864bac6dc4
commit a2b14bcb93
2 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
## v0.36.9 (WIP)
- Updated the Discord `AuthUser.Name` field to use `global_name` ([#7603](https://github.com/pocketbase/pocketbase/pull/7603); thanks @HansHans135).
## v0.36.8
- Fixed OAuth2 client secret reset when serializing a cached collection model.