You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The roles and permissions endpoints should be good for this, although I will need to add more constructive endpoints.
I suppose the plan is here is whilst I could implement it all in web-auth, it's better to utilise the same API really, making sure nothing is locked behind?
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.
The text was updated successfully, but these errors were encountered: