acodeninja / modern-tools-for-social-care

An ecosystem of tools for social care management.
0 stars 0 forks source link

Be able to authenticate a user #12

Open acodeninja opened 2 years ago

acodeninja commented 2 years ago

What does it do now?

Currently, there is no authentication mechanism in place.

What should it do?

Each action should have an appropriate lambda authoriser in place.

acodeninja commented 2 years ago

Possible implementation at two levels: Use token base authentication and authorisation for user requests, and some form of OAuth2 for app to app requests.