issues
search
nilenso
/
time-tracker
A time-tracker built for education, fun and eventually profit.
http://time.nilenso.com/
Eclipse Public License 1.0
14
stars
6
forks
source link
Allow only invited users to use the app
#192
Closed
samrat
closed
6 years ago
samrat
commented
6 years ago
Add
POST /api/invited_users/
endpoint where an admin can invite(whitelist) an email
Once an invited user logs in for the first time, the user is added to the
app_user
table and the row in
invited_user
table is marked as registered
POST /api/invited_users/
endpoint where an admin can invite(whitelist) an emailapp_user
table and the row ininvited_user
table is marked as registered