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

Handle default guard config being overwritten by middleware #179

Open
bjuppa opened this issue May 18, 2020 · 2 comments
Open

Handle default guard config being overwritten by middleware #179

bjuppa opened this issue May 18, 2020 · 2 comments
Assignees

Comments

@bjuppa
Copy link
Member

bjuppa commented May 18, 2020

It seems config auth.defaults.guard is set to be the Kontour guard after loggin in to Kontour, so the dashboard displays same as kontour.guard... which is not very useful.

We could remove it from the dashboard, otherwise we'll need to rethink what the auth middleware does.

@bjuppa
Copy link
Member Author

bjuppa commented May 24, 2020

Is there some way in Laravel of getting original config values from files, or the cache?

@bjuppa
Copy link
Member Author

bjuppa commented Jun 5, 2020

Nah, there's only one way to get the original values... by require of the actual php config files (done in LoadConfiguration::loadConfigurationFiles() but that is not a way we want to pursue.

I think we should just remove auth.defaults.guard from the dashboard!

@bjuppa bjuppa self-assigned this Jun 5, 2020
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