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

Fix for Laravel 5.2 #49

Merged
merged 1 commit into from
Sep 12, 2016
Merged

Fix for Laravel 5.2 #49

merged 1 commit into from
Sep 12, 2016

Conversation

dscafati
Copy link

Now the events have a different name. We are listening to "auth.logout" but now it's named "Illuminate\Auth\Events\Logout"

See https://laravel.com/docs/5.2/upgrade

Please check if we are listening to more events and fix them

Now the events have a different name. We are listening to "auth.logout" but now it's named "Illuminate\Auth\Events\Logout"

See https://laravel.com/docs/5.2/upgrade
@glena
Copy link
Contributor

glena commented Sep 12, 2016

Yes, I was after this but was waiting for confirmation https://github.com/auth0/laravel-auth0/blob/4.x.x-dev/src/Auth0/Login/LoginServiceProvider.php#L63-L71

do you know in which version user.logout was used? I want to keep them for BC

@glena glena merged commit 22e2b79 into auth0:3.x.x-dev Sep 12, 2016
@glena
Copy link
Contributor

glena commented Sep 12, 2016

Released as 3.2.1. Really appreciated

@dscafati dscafati deleted the 3.x.x-dev branch November 13, 2016 15:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants