-
Notifications
You must be signed in to change notification settings - Fork 138
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
Create a logout route #25
Comments
I don't think so. The session handling is not handled by the package, it just extends laravel's in order to work with auth0. In this case, you just need to add a route that excecutes |
ok, agreed. thanks |
thanks |
I am facing an issue with the I tried all the solutions in the following link and it didn't work with me I am using Laravel 5.6 and laravel-auth0 v5.1.0 Note: Any ideas? |
@hossam-maurice - Sorry for the trouble there. I walked through the Quickstart (Laravel 5.7 but that shouldn't make any difference) and everything is working for me right out of the box. My tenant was created this year so same situation. A few questions on your comment here:
The Quickstart uses the Universal Login page, not Lock/embedded. Where are you seeing steps to integrate Lock? I would recommend using the hosted page with an application like this.
Do you have any kind of https://github.com/auth0/wp-auth0/blob/master/templates/auth0-sso-handler-lock10.php |
@joshcanhelp - Thank you for the fast response.
I find out that I need to add "prompt" => "login" to the Thank you |
@hossam-maurice - Happy to help! So this is resolved? |
I need a way to logout my users from auth0 within my Laravel application.
Would it make sense to create a logout route in this package that flushes the session?
The text was updated successfully, but these errors were encountered: