Skip to content

An example of using Jwt authentication in a reactive Spring Security setup, implemented with the JJWT library

Notifications You must be signed in to change notification settings

wondevc/spring-security-jwt-example

Repository files navigation

Spring Security + Reactive + JJWT Example Project

Table of contents

Features

  • The JWT authentication process was implemented by referencing the approach used in spring-security-oauth2.

  • Fully functional on amazon-corretto 21.0.4 JDKs

APIs

Http Clients

Installation

Build

$ ./gradlew build

$ ./gradlew :core build

$ ./gradlew :external-jwt build

$ ./gradlew :application-example build

Run Application

$ ./gradlew :application-example:bootRun

Tech Stack

Java Kotlin Coroutines Gradle SpringBoot JJWT

Module Structure

storelink6
├── application
│   └── example             # application-example module
├── core                    # core module
└── external
    └── jwt                 # external-jwt module

About

An example of using Jwt authentication in a reactive Spring Security setup, implemented with the JJWT library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages