-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Facebook auth JWT token #9117
Comments
Thanks for opening this issue!
|
Note: The bounty scope includes parse-community/Parse-SDK-iOS-OSX#1787. |
For reference, here the PR that implemented FB limited login server side: #7219. It defined:
|
🎉 This change has been released in version 6.5.6 |
🎉 This change has been released in version 7.1.0-alpha.7 |
🎉 This change has been released in version 7.1.0-beta.1 |
🎉 This change has been released in version 7.1.0 |
For some reason, I can only use below structure for both Limited and Classic:
If I replace
|
@pdkcoder Does it work for both classic and limited login? |
Hi @mtrezza Yes it works for both |
@pdkcoder Could you open a new issue and describe the issue in more detail with sample code? |
New Feature / Enhancement Checklist
Current Limitation
Due to Apple's ATT requirements, the "normal" Facebook Login requires a user to allow app tracking. For users who do not allow app tracking, Facebook Limited Login must be used instead, which uses JWT for authentication. Parse Server currently only supports the token provided by "normal" Facebook Login. It does not support the token generated by Limited Login.
This is an urgent issue, because:
That means that Parse Server (and possibly the Parse Apple SDK) currently do not support Facebook auth when submitting a new app or an app update to the AppStore with Facebook SDK 17.
See parse-community/Parse-SDK-iOS-OSX#1787
Feature / Enhancement Description
Extend the Facebook auth adapter, so that it supports JWT auth from Facebook Limited Login. Ideally, no change will be required on the Parse Apple SDK side.
Alternatives / Workarounds
Unknown.
3rd Party References
The text was updated successfully, but these errors were encountered: