rwx-yxu / inventory

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

Users - API authentication #10

Open rwx-yxu opened 2 years ago

rwx-yxu commented 2 years ago

I want users to just be a static thing that I have to manually create. This feature at the moment isn't something that I am wanting to make for user creates, updates and deletes. So, the main focus should to be to authenticate the user securely.

rwx-yxu commented 2 years ago

Considering placing this on hold. I should aim for a MVP with no application for a single page in vueJS. This would mean I could learn about applying a cron job to refresh the DB every hour or so. This would limit the scope of the project as well.