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
Hello,
Is not possible to use authenticated on class right know because authenticed decorator require option given to the decorator for the specific endpoint.
Isn’t a bug but an enhancement ;)
Informations
Description
@Authenticated
decorator in class decorator doesn't get optionsAcceptance criterias
How could I get options if endpoint is undefined?
endpoint.store.get(AuthenticatedMiddleware)
doesn't workThe text was updated successfully, but these errors were encountered: