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

Making the loginComplete event handler a bit more complete #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kantagara
Copy link

so that devs can easily get all the necessary data for their authorization services (i.e. firebase auth).

I had an issue in my own project where I couldn't easily get the necessary token id and access token from the LoginComplete event, so wanted to contribute that back to the project.

redirectUri += "code?";

EndpointsData endpoints = await InitializeEndpointsAsync();
await InitializeEndpointsAsync();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to remove the "code?" since it was giving me strange errors. Also, endpoints variable was not being used so I just removed it.

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

Successfully merging this pull request may close these issues.

1 participant