VueJS JWT Authentication

Опубликовано: 12 Ноябрь 2024
на канале: Scalable Scripts
82,075
983

👉 Check our website: https://scalablescripts.com

Learn how to login with Vue.js and handle the JWT Token. We will Login using JWT( JSON Web Token ) which is the standard method for SPA Authentications. We will not use the traditional "Bearer method" but instead we will login using HttpOnly cookies which is a more secure authentication.

Source Code: https://github.com/scalablescripts/vu...
Auth API: https://github.com/scalablescripts/au...

This video can be combined with other videos:
VueJS and Laravel JWT Authentication:    • VueJS & Laravel JWT Authentication  
VueJS and Django JWT Authentication:    • VueJS & Django JWT Authentication  
VueJS and NodeJS JWT Authentication:    • VueJS & NodeJS JWT Authentication  
VueJS and Golang JWT Authentication:    • VueJS & Golang JWT Authentication  
VueJS and NestJS JWT Authentication:    • VueJS & NestJS JWT Authentication  
VueJS and Deno JWT Authentication:    • VueJS & Deno JWT Authentication  
VueJS and C# JWT Authentication:    • VueJS & C# JWT Authentication | .NET ...  
VueJS and Kotlin JWT Authentication:    • VueJS & Kotlin JWT Authentication | J...  

00:00 Preview
01:47 Prebuilt backend
04:12 Installation
05:25 Template
09:04 Navigation
13:27 Register
19:19 Login
22:15 Authenticated User
26:55 Vuex
33:47 Logout

#vue #vuejs #javascript