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
Currently authentication validation logic has to be injected into every route. A better approach would be to encapsulate this logic into one place (maybe a resource?) such that it is DRY, and not copy / pasted.
The text was updated successfully, but these errors were encountered:
Currently authentication validation logic has to be injected into every route. A better approach would be to encapsulate this logic into one place (maybe a resource?) such that it is DRY, and not copy / pasted.
The text was updated successfully, but these errors were encountered: