-
WDYT? Is this publication in scope?
```
@inbook{Anderson_1998,
author = {Anderson, Ross and Kuhn, Markus},
booktitle = {Security Protocols},
doi = {10.1007/bfb0028165},
isbn = {9783540696889},
is…
-
기존 header 에 담았던 jwt 토큰 session으로 변경 및 reissue 생성
추후 session 서버 정책 생각 필요
-
레벨 5를 시작하면서 올린거라 코드 정리가 안 되어있습니다. (develop branch입니다)
Q1. security 를 어느 정도 알고 있어야 적용하여 사용할 수 있을까요?
Q2. 어떤 분은 security 적용 후 쿠키 생성 된 것을 postman 에서 확인 가능하다하였지만, 저는 확인이 불가능하였습니다.
(둘 다 강의 자료를 이용하여…
-
@remmeier
I would love to have a spring security's based SecurityModule so one can not only provide list of roles for each resource, but the full list of [Spring EL ](https://docs.spring.io/spring-s…
-
Hey.
After upgrading my Spring Boot app to Spring Boot 3.2.0 (which implies Spring Security 6.2.0), I'm getting the below error message when trying to mock the class `ServerHttpSecurity` via `Mocki…
-
We need to get rid of Authenticator component and to switch to something generic like Spring Security.
There is a need to support the following authentication methods:
- Local user (Local databas…
-
Hello all I have a JoinFaces app which runs just fine in IntelliJ IDE but when I package as a JAR and try running it this way I get "Too many redirects" when reaching the login page.
My application…
-
Add Spring security with roles ('user' and 'admin').
All queries should be accessible without being authenticated. Mutations should only be allowed for those with admin access.
-
See Java mag 5.17
-
# 👏 Spring security 환경에서 Test 하기
## 목표
- spring security 에 구현한 보안 사항 실제로 적용되는지 **Test**로 확인하기
## 테스팅 환경
- @WebMVCTest와 @Mockmvc를 이용한 단위 테스트
### Test 1 허용되지 않은 URL 접속시 403 ⭕
```java
@Te…