Skip to content
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

Facebook and Apple ID token verification #143

Open
zubrzubr opened this issue Mar 4, 2021 · 1 comment
Open

Facebook and Apple ID token verification #143

zubrzubr opened this issue Mar 4, 2021 · 1 comment

Comments

@zubrzubr
Copy link

zubrzubr commented Mar 4, 2021

Hi everyone. I'm trying to implement login with just token verification using apple id and facebook. The flow is:

  1. User sends token from facebook to urls_jwt_pair
  2. Backend verifies token.
  3. If token verified, creates new users and returns token
  4. User uses that token for every request

I configured and setuped facebook test app, but when i'm trying to send test token to urls_jwt_pair I god 400 error response with details:

Unable to load URL: The domain of this URL is not part of the application domain. To download this URL, add all your application's domains and subdomains to the application's domain field in its settings

Is it possible to test it from local? Does anyone has the same issue?

Thanks

@rj76
Copy link

rj76 commented May 28, 2021

I think this might be that you're missing something in your "Sign in with Apple" Service ID. Check your domains and/or subdomains in https://developer.apple.com/account/resources/identifiers/list/serviceId.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants