If your project is written in Java, you can use @Value(“${name}”) to get the value of my.food. However, if it is written in Kotllin, the above method will not work.
This article will explain how to login with Google Sign-In on frontend, get an authorization code and pass it to a Spring Security backend. After backend verify with Google, pass JWT to frontend.
This article will explain how to implement JWT-Token-Based authentication in Spring Security. We will explain how to read username and password from JPA for login verification, how to generate JWT Tokens, and how to verify JWT Tokens.
Spring Security abstracts almost all components, so that it is impossible to understand intuitively. This article will discuss the architecture of Spring Security in a simple way.
In this series of articles, we will introduce Spring Security . First, let’s discuss Spring Security’s architecture, and introduce how to use Spring Security to various scenarios.
Springdoc integrates OpenAPI specification and Spring Boot. The difference between them is that Springdoc uses Swagger 3, while SpringFox uses Swagger 2.