spring-webflux-security-jwt icon indicating copy to clipboard operation
spring-webflux-security-jwt copied to clipboard

Authentication Token

Open lpsandaruwan opened this issue 6 years ago • 1 comments

Hi, How can we generate the auth token?

lpsandaruwan avatar Mar 18 '18 07:03 lpsandaruwan

Can you elaborate a little bit more on this? We DO generate the token by filling JWT standard fields an then getting a serialized form.

https://github.com/raphaelDL/spring-webflux-security-jwt/blob/794829a3c1d71bb3b6b085acd67e421e9250fbce/src/main/java/io/rapha/spring/reactive/security/auth/JWTTokenService.java#L49

raphaelDL avatar Mar 20 '18 22:03 raphaelDL