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

Login and Logout issues #52

Closed
bcmlee opened this issue Dec 9, 2019 · 1 comment
Closed

Login and Logout issues #52

bcmlee opened this issue Dec 9, 2019 · 1 comment

Comments

@bcmlee
Copy link

bcmlee commented Dec 9, 2019

Logout (auth0.webAuth.clearSession()) Issues:

  • If the user is signed in, it will logout the user but it will not return to the app. Instead, it will continue on to the login page on the web browser. And once logged in, it will proceed to the account profile page. Basically it is treated as a normal web session and will never exit the browser and return to the app.

  • If the user is NOT signed in, it will crash and exit the app, without event throwing errors/exceptions.

Login (auth0.webAuth.authorize()) Issues:

  • If the user is already signed in, it will crash and exit the app, without event throwing errors/exceptions.
@bcmlee
Copy link
Author

bcmlee commented Dec 11, 2019

Sorry, wrong forum.

@bcmlee bcmlee closed this as completed Dec 11, 2019
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

No branches or pull requests

1 participant