miminerd / socialLoginExample

a demo using the angular-social-login-buttons npm package, illustrating how to sign in via google, linkedin or facebook
MIT License
0 stars 0 forks source link

Access user information #1

Open gb-tiago opened 3 years ago

gb-tiago commented 3 years ago

Hello, your social login package is what i was looking for but im having a problem after the login.

After i hit the google login and insert my information it just writes 'authenticate....' on the console and doesn't do anything else. Am i missing something, what's the next step?

Thank you

miminerd commented 3 years ago

Hello gb-tiago,

Sorry for the late reply, when you config your setup in the credential section (In the google developer API), you should add the redirect url where it will redirect after authentication. In the demo I set it to the same page. like shown in the image below, I hope I asked your question. If you have any trouble please let me know.

Sincerely,

On Tue, Mar 16, 2021 at 12:39 PM gb-tiago @.***> wrote:

Hello, your social login package is what i was looking for but im having a problem after the login.

After i hit the google login and insert my information it just writes 'authenticate....' on the console and doesn't do anything else. Am i missing something, what's the next step?

Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miminerd/socialLoginExample/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOPKXTDIMDFUI62LK5OLJ63TD47NXANCNFSM4ZIMFCTQ .

socail

miminerd commented 3 years ago

@gb-tiago https://user-images.githubusercontent.com/60730316/113676062-4c1e3c00-96bc-11eb-801c-c9b6fc7dcf64.PNG

imseppl commented 3 years ago

Thanks, I wondered if you could add how to get the user claims or information after authentication with google. The redirect from google should have some payload.