Open KnowledgeGarden opened 5 years ago
I started filling in the user module by cloning from the pkm module. No telling where this will go.
Remaining to do:
Install an API in user.service
Install that API in user.controller
That API entails
authentication on an email/password pair
Listing users
adding a user
changing user properties such as password, email, roles
removing a user
Fact is, all of that demands an Admin app
This is an umbrella task related to pkm-backside/src/users, a mostly empty shell for now. This task entails wiring
The need is to have a user service available for the authentication module