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
As a developer using the seagull framework, I want to protect some routes (but not all) of my app with http basic auth. Desired usage is within a route class like this:
This way, multiple name/password combinations are configurable easily. Additionally, the object used in the auth property can be imported from any module or function, thus sharing a common object between routes is easily possible if needed.
The text was updated successfully, but these errors were encountered:
As a developer using the seagull framework, I want to protect some routes (but not all) of my app with http basic auth. Desired usage is within a route class like this:
This way, multiple name/password combinations are configurable easily. Additionally, the object used in the
auth
property can be imported from any module or function, thus sharing a common object between routes is easily possible if needed.The text was updated successfully, but these errors were encountered: