include the 'user' object in the Apple.FetchRawUserData result
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## v0.22.19
|
||||
|
||||
- Added additional parsing for the Apple OAuth2 `user` token response field to attempt returning the name of the authenticated user ([#5074](https://github.com/pocketbase/pocketbase/discussions/5074#discussioncomment-10317207)).
|
||||
_Note that Apple only returns the user object the first time the user authorizes the app (at least based on [their docs](https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/configuring_your_webpage_for_sign_in_with_apple#3331292))._
|
||||
|
||||
|
||||
## v0.22.18
|
||||
|
||||
- Improved files delete performance when using the local filesystem by adding a trailing slash to the `DeletePrefix` call to ensure that the list iterator will start "walking" from the prefix directory and not from its parent ([#5246](https://github.com/pocketbase/pocketbase/discussions/5246)).
|
||||
|
||||
Reference in New Issue
Block a user