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
fix#2787
having multiple has no effect, the latest value will override the
previous ones so there is no reason to use `@useAuth` twice on the same
node
---------
Co-authored-by: Brian Terlson <[email protected]>
markcowl
pushed a commit
to markcowl/cadl
that referenced
this issue
Mar 8, 2024
fixmicrosoft#2787
having multiple has no effect, the latest value will override the
previous ones so there is no reason to use `@useAuth` twice on the same
node
---------
Co-authored-by: Brian Terlson <[email protected]>
Currently, having multiple @useAuth decorators for a service definition only takes the first one and ignores the second, see: Playground example
If this syntax is not supported we should have a linter rule warning against this.
The text was updated successfully, but these errors were encountered: