tfd-ed / tw-clone-client

GNU General Public License v3.0
3 stars 8 forks source link

Implement Auth Controller #3

Open tfd-ed opened 7 months ago

tfd-ed commented 7 months ago

Issue

Each authenticated request to server needs to manually put JWT token in request header. There is no wrapper for Auth Functionality which could work after 1 time config like VueAuth or NuxtAuth.

To-do