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
{{ message }}
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.
It would be nice if there was built in support for verifying that authentication is enforced to lock down an application much like verify_authorized in Pundit.
Comments? Is this something you would like to see in a PR?
I'm not sure I understand the benefit of this in the context of authentication. Why isn't the call to before_action :authenticate at the start of a controller explicit enough? I feel like this is something you should test, not double check everytime at runtime. Let me know if I'm missing something.
It would be nice if there was built in support for verifying that authentication is enforced to lock down an application much like
verify_authorized
in Pundit.Comments? Is this something you would like to see in a PR?
I'm thinking of something like:
Usage:
The text was updated successfully, but these errors were encountered: