Skip to content

Auth User Service

Max Mayr edited this page Nov 20, 2017 · 2 revisions

Users should be able to register. Users should have permissions. Users should be able to login via OAuth providers.

Users should be able to reset their password using a generated JWT-Token that uses hashed version of old password as private key.

Users should get a JWT for the client. Users should be able to use an API-Key for authentication.

Hold JWT in BE and just issue a reference for the user client this way you can jusr revoke the reference and user is logged out.

Clone this wiki locally