by monkey26 on 4/4/17, 7:56 PM with 4 comments
The app so far is something install on-prem, I don't have a cloud hosted version, but don't want to rule it out. Its mostly likely to be used by the IT and/or security team and small to medium size orgs.
What are the minimum features of AA I should be offering? Its not that hard to simply add .htpasswd type auth, but its something I want to attempt to get right the first time.
If it matters, its a single page web app built with Angular 2, and the backend is Golang.
I need to think about some sort of RBAC and/or ACLs as well.
Thanks for any input.
by osullivj on 4/4/17, 8:16 PM
by davelnewton on 4/4/17, 7:59 PM
A simple username/email and password solution seems like it'd solve authentication, but isn't that obvious?
Authorization depends totally on what your app actually needs, e.g., do different users have different roles? How fine-grained does the authorization need to be?