Nicolas FränkelforApache APISIXapisix.hashnode.net·Mar 2, 2023Make your security policy auditableLast week, I wrote about putting the right feature at the right place. I used rate limiting as an example, moving it from a library inside the application to the API Gateway. Today, I'll use another example: authentication and authorization. Securing...Discuss·5 likes·36 readsSecurity
Saumil Patelforsaumilwriter.hashnode.net·Apr 11, 2023Secure Your Spring Boot App with JWT Authentication: A Comprehensive GuideSome prerequisites for working with Spring Boot and JWT Authentication include: Basic knowledge of Java programming language and web application development. Familiarity with Spring framework and its core concepts. Understanding of RESTful web ser...Discuss·4 likes·67 readsSpringboot
Kishore Rameshforkishoreramesh.hashnode.net·Jan 11, 2023Spring Security and JWTSpring Boot is a framework for building web applications using the Spring Framework. It provides a simple and easy-to-use approach for building standalone, production-grade Spring-based applications. One of the key features of Spring Boot is its buil...Discussspringboot security
Saumil Patelforsaumilwriter.hashnode.net·Apr 11, 2023Secure Your Spring Boot App with JWT Authentication: A Comprehensive GuideSome prerequisites for working with Spring Boot and JWT Authentication include: Basic knowledge of Java programming language and web application development. Familiarity with Spring framework and its core concepts. Understanding of RESTful web ser...Discuss·4 likes·67 readsSpringboot
Nicolas FränkelforApache APISIXapisix.hashnode.net·Mar 2, 2023Make your security policy auditableLast week, I wrote about putting the right feature at the right place. I used rate limiting as an example, moving it from a library inside the application to the API Gateway. Today, I'll use another example: authentication and authorization. Securing...Discuss·5 likes·36 readsSecurity
Amr KhaledforAmr's Tech Universeamrkh97.hashnode.net·Feb 1, 2023Understanding Spring Security: Authentication, Authorization, Custom Roles & External Database IntegrationIntroduction to Spring Security Spring Security is a powerful and highly customizable authentication and access-control framework for Java-based applications. It is a project under the Spring Framework and provides a comprehensive security solution f...Discuss·80 readsSpringing into Action: A Spring Boot Journey from Novice to ProSpringboot
Kishore Rameshforkishoreramesh.hashnode.net·Jan 11, 2023Spring Security and JWTSpring Boot is a framework for building web applications using the Spring Framework. It provides a simple and easy-to-use approach for building standalone, production-grade Spring-based applications. One of the key features of Spring Boot is its buil...Discussspringboot security
Hithesh SampathiforHithesh's bloghithesh.hashnode.net·Dec 11, 2022Setting Up Spring Security and Swagger-UI in Spring BootIn the previous article, we learned about getting started with spring boot and developing Rest Api's using the H2 database. (Getting started with Spring Boot) What you will learn from this blog? Enabling security for Rest Apis? What is swagger? Ho...Discuss·98 readsspring security