Spring Security

Note: Small discussion on the spring security filter chain. Spring Security is the most used framework to secure spring-based applications. It integrates authentication and authorization in your spring-based application to access resources. Unlike authentication and authorization, Spring security protects from common attacks like CSRF, session-management issues, etc. Web application security…

Continue reading

Swagger – Spring Doc

Hello Everyone, This article is for college students who want to know about swagger (open-api). Swagger is a library that sets a standard way to write documentation. It’s a common way of writing REST API documentation, so every new or existing developer, tester, and product manager can understand API’s workings…

Continue reading