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

Makes Vapor UI middleware customizable #23

Merged
merged 6 commits into from Sep 24, 2020

Conversation

nunomaduro
Copy link
Member

@nunomaduro nunomaduro commented Sep 24, 2020

This pull request was co-authored by @ugurgungezerler and it adds the possibility of having the Vapor UI middleware stack be overridden at userland - using config/vapor-ui.php. Very similar to what we do have in Telescope.

Note that by default, the vapor-ui:install Artisan command won't publish the vapor-ui.php config file. But the user can easily do it by running art vendor:publish --tag=vapor-ui-config. We are going to update docs in this regard.

Closes #13.
This pull request should be squashed.

ugurgungezerler and others added 5 commits September 23, 2020 16:00
Co-Authored-By: ugurgungezerler <6935893+ugurgungezerler@users.noreply.github.com>
@nunomaduro nunomaduro changed the title Makes Vapor UI middleware customizable at userland Makes Vapor UI middleware customizable Sep 24, 2020
@taylorotwell taylorotwell merged commit e4661c4 into master Sep 24, 2020
@nunomaduro nunomaduro deleted the ugurgungezerler-customizable-middleware branch September 24, 2020 13:12
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.

Would it be possible to allow the use of JWT auth
2 participants