Open
Description
Hi everyone. I'm trying to implement login with just token verification using apple id and facebook. The flow is:
- User sends token from facebook to urls_jwt_pair
- Backend verifies token.
- If token verified, creates new users and returns token
- 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
Metadata
Metadata
Assignees
Labels
No labels