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
+1 to decoupling, but why separate the resources and the routes into different repos? It's all pure Javascript and this set of resources works well together to create an identify service (users, permissions, and orgs). Logically grouping resources together in this fashion makes the parts easier to digest.
I do however, think we should be able to disable the routes when attaching as a plugin. Often you don't want any, or some of the routes, but still want app.resources.User
Before a public release we should completely decouple the User and Permission resources from any HTTP specific logic.
The
User
andPermission
resources should be part of a unified front / repository with other re-usable resources.There is no reason this refactor should break any downstream dependencies.
Medium priority.
The text was updated successfully, but these errors were encountered: