Would it be possible to use custom middleware on action routes (filament.exports.download) ? #11365
Unanswered
electronick86
asked this question in
Help
Replies: 1 comment
-
What I did is I override the middleware group in my AppServiceProvider
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Actions
Package Version
v3.2.2
How can we help you?
Hello.
I would like to use the export action. I have a problem to download the files because my users are not authenticated. I should use another middleware than
web
andauth
to get my user authenticated.Would you see a way to achieve this?
The two middlewares are registered here :
Thanks in advance for ideas!
Beta Was this translation helpful? Give feedback.
All reactions