blurrcat / xponentialy

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Authentication #1

Open blurrcat opened 10 years ago

blurrcat commented 10 years ago

Need to confirm what auth method to use

wangsha commented 10 years ago

for each enterprise, it's a closed platform. public users are not able to use it. there will be an admin panel to import accounts (username, email) and generate password. Our system will send the login info to user. user login and connect with fitbit.

blurrcat commented 10 years ago

Basic OAuth flow is implemented. Need front end guys to do UI design of the auth pages: auth/login: login page fitbit/confirmed: the page where the user agree to terms and upon agree, we bring him to fitbit to authorize us auth/user_info: after the user grants us access, we need him to fill out some personal info. At least he should change password.