Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor/custom-annotation] 인증 인가를 위한 custom annotation 생성 #22

Open
Parksojeongjeong opened this issue Feb 18, 2023 · 0 comments
Assignees

Comments

@Parksojeongjeong
Copy link
Collaborator

Parksojeongjeong commented Feb 18, 2023

문제 정의

  • signup을 하려고 하는데 인증 인가 로직이 signup api에도 수행되는 것이 문제
    -> excludePathPatterns에 추가할 수 있지만 이렇게 되면 추후 생길 인증 인가 로직이 필요없는 api도 다 추가하는 작업을 해야함
    -> url 패턴 매칭은 모든 api에서 인증 인가가 필요할 때 유용할 것 같다고 생각

  • signup url 패턴을 추가하는 것이 과연 좋은 방법인가?
    -> 우리 서비스는 인증인가가 필요없는 api도 많아서 url 매칭 방법이 효율적인지에 대해 고민해봐야함

어떻게 해결 할 것인가?

핸들러마다 애노테이션을 달아서 컨트롤러에서 구분

@Parksojeongjeong Parksojeongjeong self-assigned this Feb 18, 2023
@Parksojeongjeong Parksojeongjeong changed the title [refactor/custom-annotation] [refactor/custom-annotation] 인증 인가를 위한 custom annotation 생성 Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant