Skip to content

springboot webfux REST server, with jwt token authentication and Stream of notifications

Notifications You must be signed in to change notification settings

fredmoal/live-webflux-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Webflux security demo

Reactive Webflux Spring Boot Demo application with :

  • spring security authentication with jwt token

  • live stream of notifications (APPLICATION_STREAM_JSON_VALUE)

  • REST server [spring boot 2.2.5]

  • OpenJFX client [openJDK 13]

  • DTO with ModelMapper

Run

with maven :

  • run the server with mvn spring-boot:run in webflux-jwt-server directory

  • run some clients with mvn javafx:run in webflux-jfx-client directory

Use

Test login with 2 registered users :

  • username fred, password fred with USER role,

  • username admin, password admin with USER and ADMIN roles

Demo

Client : TODO

About

springboot webfux REST server, with jwt token authentication and Stream of notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages