dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

Inspiration from Mayhem? #144

Open dylans opened 7 years ago

dylans commented 7 years ago

While we've taken a very different approach to application architecture than we were first planning with Mayhem ( https://github.com/sitepen/mayhem ), there are a few things it did well that we may want to consider addressing somewhere in Dojo 2 (some/most are likely already addressed or not relevant, but trying to make sure we're not ignoring good ideas we had that should exist in a future version of dojo/app perhaps):

sebilasse commented 7 years ago

@dylans Regarding

Security (user auth, login, logout, isAuthenticated, checkAccess, other information about a user, and some form of RBAC)

What I did the last month (in TS and with help of dojo2) • user auth, login, logout

• isAuthenticated, checkAccess next step after creating visual components

• other information about a user

• RBAC this is currently actively discussed in the indieweb community ...

Tell me if should send something.