인증서버 - JWT 서명 및 payload 암호화 (JWE,JWS)
aspnet web api 의 기본적인 server 를 만들자. 아래를 참조해도 된다. https://yogingang.tistory.com/404 Rest API Template 만들기 - EP 01 (Create , Swagger, Logging) Create visual studio 2022 를 실행하고 Create a new project 를 선택한다. asp.net core web api 선택 Project name 정하기 Additional Information 설정 Create 하면 Project 가 생성된다. F5 를 누르면 실행 된다. 위와 같이 swagger yogingang.tistory.com JWT 을 이용한 인증 및 권한관리를 하는 경우 JWT 자체에 보안에 위험성이 몇가지 있다..
2023.07.31