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

Use Facade::resolved() before extending passport guard. #1003

Merged
merged 4 commits into from
Apr 17, 2019

Conversation

crynobone
Copy link
Member

This allows alternative implementation of auth to be able to use with passport without hacking around PackageManifest.

Based on PR made to laravel/framework#26824


Also I did merge 7.0 code to master since it quite outdated. Including this fix still missing on master branch f583d11

matt-allan and others added 4 commits April 12, 2019 13:36
[7.0] Fix incorrect comment in TokenGuard::getTokenViaCookie
# Conflicts:
#	composer.json
#	tests/HandlesOAuthErrorsTest.php
This allows alternative implementation of `auth` to be able to use with passport without hacking around PackageManifest.

Based on PR made to laravel/framework#26824

Signed-off-by: Mior Muhammad Zaki <[email protected]>
@taylorotwell taylorotwell merged commit 51f197d into laravel:master Apr 17, 2019
@crynobone crynobone deleted the use-facade-resolved branch April 17, 2019 22:48
@driesvints
Copy link
Member

@crynobone please try to branch off from master next time, this pr merged all commits from 7.0 into master.

@driesvints
Copy link
Member

@crynobone nvm, Taylor pointed out your comment to me. Sorry about that!

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.

4 participants