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

My experience with a headless CMS (Strapi)

馃敆 dev.to link I was approached by my friend to develop a E-commerce site for his book publishing business. I was mainly responsible for the back-end part. Requirements were basic: A good looking frontend. Multivender (multiple book Publishers / Sellers). Admin panel. Usual E-commerce stuff: Orders, payments, refunds, shipping, invoice generation etc. Initially we started off with next.js in the frontend, with postgresql , Typeorm and express.js in backend. We knew from day 1 that it might take a huge time to develop, especially the admin panel, so we were looking for alternatives....

29 January, 2024 路 7 min 路 1368 words