canmove, Confirmed users
1,173
edits
(→Auth) |
|||
Line 59: | Line 59: | ||
=== Auth === | === Auth === | ||
Technically, this is part of user management. However, it's worth calling out separately, because it is the user management piece that all our products tend to use. | Technically, this is part of user management. However, it's worth calling out separately, because it is the user management piece that all our products tend to use. | ||
Auth eventually needs to encapsulate a permissions model. This can be done through a token based permissions system that is generated once logged in. We'll use whatever the favored identification system to come out of browserID. | |||
Bugs: | |||
* Cache authentication credentials for a period of time | |||
=== Test Support === | === Test Support === |