Skip to content

Shows how to use spring security in reactive webflux applications

Notifications You must be signed in to change notification settings

josdem/reactive-webflux-security

Repository files navigation

Spring WebFlux Security

Build Status Quality Gate Status

This project shows how to implement in-Memory and Database authentication in a Spring Webflux project

To run the project

gradle bootRun

To test the project

gradle test

To run tests with Jacoco and Sonarqube

gradle -Dsonar.login=${SONAR_TOKEN} jacocoTestReport sonarqube test

Where:

  • ${SONAR_TOKEN} is a sonar token to authenticate with the server (Ask me for it :)

Read this as reference

About

Shows how to use spring security in reactive webflux applications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published