Skip to content

Files

Latest commit

a3d41dd · Mar 30, 2021

History

History
17 lines (11 loc) · 516 Bytes

File metadata and controls

17 lines (11 loc) · 516 Bytes

Nest with Vue Advance JWT Authentication

This project is heavily based on how to use and store JWTs for both access token and refresh token. This project involve a quite handful of approaches & technologies such as HttpOnly Cookie, Axios Interceptors, and many more.

Link to each project

Backend: https://github.com/ChrisLegaxy/nest-advance-jwt-authentication

Frontend: https://github.com/ChrisLegaxy/vue-advance-jwt-authentication

Technology

  • Nest JS
  • Vue JS
  • JWT
  • HttpOnly Cookie
  • Axios