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

Add Laravel Nova authentication middleware to API routes #433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FinnPaes
Copy link

@FinnPaes FinnPaes commented Feb 27, 2024

Currently if you set the enable-existing-media config value to true the following endpoint is open for everyone without authentication:
https://your-laravel-app.test/nova-vendor/ebess/advanced-nova-media-library/media
This endpoint exposes all images in your application. Of course this should not happen and is a security risk.

This happens because sadly Laravel Nova does not protect API routes with the Laravel\Nova\Http\Middleware\Authenticate middleware by default. Reference: laravel/nova-issues#5496

This PR adds the Nova authenticate middleware so the API routes are only accessible by Nova authenticated users.

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.

1 participant