Toerktumlare
Toerktumlare
i have the same issue using VMware, debian and i3. I reported it here but it got closed #4823 the issue has an included gif showing the crash.
i have the exact same problem
I have experimented, and by pulling in ``` io.leangen.graphql graphql-spqr-spring-boot-starter 0.0.4 io.leangen.graphql graphql-spqr-spring-boot-autoconfigure 0.0.4 com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.11.1 ``` i managed to get it working for webflux. But this project seems...
I spent about 3 hours debugging the source code trying to understand why no cookie was set until i stumbled upon this issue. This seems still be the case, there...
Spring Security 5.1 was released 21th of september 2018, that is almost 3 years ago, not 1 year ago, just want to point that out. [https://github.com/spring-projects/spring-security/releases/tag/5.1.0.RELEASE](https://github.com/spring-projects/spring-security/releases/tag/5.1.0.RELEASE)
No you are not wrong by saying it is in a different dependency. It is also declared in the spring security reference. Your application has an API which means it...
you wanted an example, here is a full example provided by spring themselfes. https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/jwt/login Here is the official spring documentation on jwts. https://docs.spring.io/spring-security/reference/servlet/oauth2/resource-server/jwt.html This tutorial and its blogpost should either...
The author of this repo and the article has completly ignored this and is seriously harming the community by providing bad security practices. i have written comments on the article...
Hi @ramazansakin Please provide such an example were spring securitys implementation does not fullfill the needs.
@ramazansakin the implementation in this repository handles authentication and authorization by using a JWT, it is reimplementing something that already exists in spring security but in a worse manor. I...