|
: 22 : 22 : 0 |
Domino has fairly primitive web oriented user management. If we're gonna be building SaaS type applications we need a robust structure for identity management of web users. Requirements are :
1/ Unique Authentication option : Allow enforcement of unique sessions for an account. Don't allow login across multiple IP addresses.
2/ Self-registration process : A Notes template that if created and configured on the server allows users to self register for a web account. This could also include options for email accounts to. Also includes DIY account management, like reset password. 3/ API for Login and Authentication : Be able to programmatically control user login process, like number of attempts, and easily get the session of a user. Current login process is antiquated, we need an easy way to manage the login process to our online app's
|