Plugin Support
Laszlo
(@laszloszalvak)
Hi @sawasblog
I am sorry, but as our documentation mentions above, our REST API can not help you with the authentication with the provider and with the registration/login to your site.
Our REST API can only be used to check if there is an existing user with a given access token or not. The authentication, registration and login part will need to be implemented with custom coding that we can not provide support for, but maybe this topic will help you: https://medium.com/kinandcartacreated/google-authentication-with-postman-12943b63e76a
As for our own REST API:
Once you received an access token after the authentication and authorization, you could send the access token to our REST API endpoint of our Google provider that looks something like this:
You need to send the access token as a POST request with “access_token” as a post parameter. In our documentation you can see an example for the usage with the Postman App: https://nextendweb.com/nextend-social-login-docs/nextend-social-login-rest-api/#request
Best regards,
Laszlo.
-
This reply was modified 5 years, 1 month ago by
Laszlo.