issues
search
avniproject
/
hasiru-dala
0
stars
0
forks
source link
User Authentication
#7
Closed
charl3sj
closed
4 years ago
charl3sj
commented
5 years ago
~Users will authenticate to the app via the Auth0 interface
which provides login and password reset interfaces~ ~ User Management to be done via React Admin UI
Users to be stored in both local DB and Auth0 cloud
Authentication flow should confirm with local DB after authenticating with Auth0 (see Auth0 "Rules")
Create a initial/seed admin user in both (via Auth0 Dashboard and raw SQL query)
RA frontend should CRUD users
CRUD controllers on backend talks to Auth0 via its API~ ~ Authentication
Disable signups
Enable social auth (Google account)
Use JWT tokens
Validate/authorize tokens per request to Spring API~
[x] Use Spring Security with Google Sign-In for authentication
[x] Add a default admin/superuser
~Users will authenticate to the app via the Auth0 interface