coderello / laravel-passport-social-grant

🔒 API authentication via social networks for your Laravel application
https://packagist.org/packages/coderello/laravel-passport-social-grant
MIT License
174 stars 20 forks source link

get access_token #43

Closed xx1196 closed 3 years ago

xx1196 commented 3 years ago

Hi, i need get the access token in ionic angular app, but i dont know how get this acces token, for example in google need open a new window with select the account, but not have any idea, tanks

ankurk91 commented 3 years ago

This package has nothing to do with angular.

I can only share laravel backend example

https://github.com/ankurk91/laravel-passport-socialite-example

xx1196 commented 3 years ago

@ankurk91 i understand the backend flow, i can see in the postman collectio you send the access_token, i need get this access token from the reactjs app, vuejs or ionic app. Very tanks for the example.