Kotlin API Authentication using JWT | Spring Boot JWT Authentication

In this article you will learn how to login with Kotlin with Java Spring Boot Framework 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/kotlin-auth

This video can be combined with other videos:

React and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

VueJS and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

Angular and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

NextJS and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

NuxtJS and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

Svelte and Kotlin JWT Authentication:
https://www.youtube.com/playlist?list...

Other Courses:

Get access to all my courses for 15$/month: https://scalablescripts.com/p/membership

--

--