Ktor
Secure REST API with Ktor – Role-based access control (RBAC)
In this, 3rd article in a series, I will show you how to add role-based access control (RBAC / role-based security) to our Ktor project.
Articles
In this, 3rd article in a series, I will show you how to add role-based access control (RBAC / role-based security) to our Ktor project.
In the second article of my secure Ktor series, I will show you how to implement a JWT refresh token flow functionality.
In this, first article in a series, I will show you how to create a REST API with Ktor and secure it with JWT (JSON Web Token) access tokens.
In this article, I will show you how to implement a secure REST API with Spring Boot 3, Spring Security, Kotlin, and JWT tokens.