Currently web-auth directly communicates with the DB, whilst that works, I'd prefer it to use web-api as that medium instead, which should help with decoupling and other things.
- Need to implement endpoints
- Implement authorization
- Implement service accounts
Currently web-auth directly communicates with the DB, whilst that works, I'd prefer it to use web-api as that medium instead, which should help with decoupling and other things.