Access token authentication in Vue – keep security and user comfortability
I am going to implement a new full-stack app using Adonis (node.js) for back-end and Vue for front-end.
Since there is a mobile app as well, I thought to implement the back-end stack as an API server, and keep all three blocks (back-end, front-end and mobile) as three stand-alone repositories.