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
Description
Current implementation of auth is very verbose. We need to make it easier to code with by using function decorator to encapsulate all auths for each function.
Detail
Add any other context or screenshots about the feature request.
Acceptance Criteria
Migrate authorized and authorized_resources functions into decorators.
Replace all instances of authorized and authorized_resources with the new decorators.
The text was updated successfully, but these errors were encountered:
Description
Current implementation of auth is very verbose. We need to make it easier to code with by using function decorator to encapsulate all auths for each function.
Detail
Add any other context or screenshots about the feature request.
Acceptance Criteria
authorized
andauthorized_resources
functions into decorators.authorized
andauthorized_resources
with the new decorators.The text was updated successfully, but these errors were encountered: