rwx-yxu / inventory

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

Sessions #11

Open rwx-yxu opened 2 years ago

rwx-yxu commented 2 years ago

Should have a way to make use of sessions to track user data between request. At the moment I am not entirely sure how to handle this between a front end application and backend API.

The users will need to be present first tracked in #10