jdenoc / money-tracker

income/expense tracker with receipt retention
MIT License
5 stars 0 forks source link

Use JWT for authentication between client site and REST API #29

Open jdenoc opened 6 years ago

jdenoc commented 6 years ago

JSON Web Token

This will need to be done in conjunction or after #28

jdenoc commented 4 years ago

Some insights can be found here: https://www.reddit.com/r/vuejs/comments/f13r5i/does_anyone_have_a_decent_guide_on_how_exactly_to/

jdenoc commented 3 years ago

Consider using cookie based auth. Packages that may be useful:

jdenoc commented 2 years ago

Resources:

jdenoc commented 2 years ago

This will likely tie into #119