reporangler / auth-service

A webservice to handle authentication for repository access
MIT License
0 stars 0 forks source link

Implement a database to store users #1

Closed christhomas closed 5 years ago

christhomas commented 5 years ago

There is a Database Authenticator. This should login a user against the user table and generate a token to use in future subrequests (for example php->metadata).

I need to create the following:

christhomas commented 5 years ago

I have the various database tables required to properly manage users

I don't have the service to write the tokens, I'm going to split that into a separate task

I did rename the endpoint /auth -> /user/login