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

bug: JWT String argument cannot be null or empty #74

Closed
junghoon-vans opened this issue Feb 16, 2023 · 0 comments
Closed

bug: JWT String argument cannot be null or empty #74

junghoon-vans opened this issue Feb 16, 2023 · 0 comments
Labels
🐛 bug 기능 상에 문제가 있는 경우를 명시합니다.

Comments

@junghoon-vans
Copy link
Member

junghoon-vans commented Feb 16, 2023

Description

로컬에서 브라우저로 간편로그인 접속 시 콘솔에 에러 로그가 발생합니다.

Version

0.0.1-SNAPSHOT

OS

MacOS

Steps to Reproduce

  1. 브라우저로 간편로그인 url 접속
  2. 로그인 진행
  3. 리다이렉트 uri로 이동

Expected Behavior

에러가 발생해서는 안됩니다.

Actual Behavior

2023-02-16T23:22:02.414+09:00  INFO 83383 --- [nio-8080-exec-3] c.d.wedding.domain.jwt.JwtTokenProvider  : JWT String argument cannot be null or empty.

Additional Context

스크린샷 2023-02-16 오후 11 44 32

리다이렉트를 로컬로 진행하는 경우에만 발생하는 에러일 수도 있습니다.
원래 간편로그인은 프론트의 url로 리다이렉트되는 것이 기본이지만, 로컬에서 테스트 시 스프링의 주소로 요청을 보내고 있습니다.
해당 리다이렉트 요청은 jwt 토큰을 헤더에 들고 있지 않습니다.

@junghoon-vans junghoon-vans added the 🐛 bug 기능 상에 문제가 있는 경우를 명시합니다. label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 기능 상에 문제가 있는 경우를 명시합니다.
Projects
None yet
Development

No branches or pull requests

1 participant