rwx-yxu / inventory

Inventory application that uses openfaas to deploy an api backend and vuejs front end.
0 stars 0 forks source link

Authentication for api #7

Open rwx-yxu opened 2 years ago

rwx-yxu commented 2 years ago

API should be authenticated with an API key of some sort if I require the frontend to communicate with it. I am also interested in HMAC (hash-based message authentication code). I remember doing a lab on this in the openfaas workshop.