Spring boot JWT authentication (auth0) with Swagger docs (springdoc)

🔗 dev.to link Why? This is yet-another-spring-boot-jwt-tutorial. It has 2 main motives: To understand and document my understanding about spring security. The existing articles mostly use jjwt which has a vulnerable release (as of now). Thus, I decided to use an alternative library, along with springdoc openapi 3 swagger docs. Probably you could scavenge the internet, and use LLMs to put up such an implementation. I just created a cookbook kind of, you may use it as a guide....

29 May, 2024 · 11 min · 2274 words