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
Unless it is something really simple and straightforward, we recommend avoiding inlining YAML into tags. Thus, it makes sense to update the @auth tag to accept a shared reference. For example:
Description
Currently, Rage supports specifying security schemes for an application using the
@auth
tag.The tag supports two forms:
# @auth authenticate_user
Unless it is something really simple and straightforward, we recommend avoiding inlining YAML into tags. Thus, it makes sense to update the
@auth
tag to accept a shared reference. For example:# @auth authenticate_by_token #/components/securitySchemes/ApiKeyAuth
Such tag would apply the
ApiKeyAuth
security scheme to all necessary controller actions.Tips
The text was updated successfully, but these errors were encountered: