spring-webflux-security-jwt
spring-webflux-security-jwt copied to clipboard
Doc not exact :) cost me 1 hour my life
Use that in another request:
$ curl -v -H "Authorization: Authorization: Bearer eyJhbGciOiJIUzI1Ni....." localhost:8080/api/admin
You should be able to consume the API
have to be:
$ curl -v -H "Authorization: Bearer eyJhbGciOiJIUzI1Ni....." localhost:8080/api/admin
oh god, I am so sorry... I did it on purpose to see if you were paying attention....
just kidding!!!! I fixed that, thank you for your observation
:)
Haha yes, thats what i thouhgt :P, iam noob :D
Gj anyway