Skip to content

cristealucian97/Spring-WebFlux-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Spring-WebFlux-Security

Spring WebFlux Security using Jwt and Redis

Docker Redis : docker run -d --name redis -p 6379:6379 redis

Authorize :

Post on path: "/auth/token" using

Body: { "username":"user", "password":"password" }

Access any endpoint adding on header: "Authorization, Bearer ${paste token here}" .

Q&A on cristealucian1997@gmail.com

Releases

No releases published

Packages

No packages published

Languages