You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to avoid setting the some parameters like authorization ("authenticated" tag) for each controller method individually. I'm looking for a more efficient way to define authentication requirements for the entire group of methods within the controller without having to repeat the same configuration for each method.
The text was updated successfully, but these errors were encountered:
I'd like to avoid setting the some parameters like authorization ("authenticated" tag) for each controller method individually. I'm looking for a more efficient way to define authentication requirements for the entire group of methods within the controller without having to repeat the same configuration for each method.
The text was updated successfully, but these errors were encountered: