We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
로컬에서 브라우저로 간편로그인 접속 시 콘솔에 에러 로그가 발생합니다.
0.0.1-SNAPSHOT
MacOS
에러가 발생해서는 안됩니다.
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.
리다이렉트를 로컬로 진행하는 경우에만 발생하는 에러일 수도 있습니다. 원래 간편로그인은 프론트의 url로 리다이렉트되는 것이 기본이지만, 로컬에서 테스트 시 스프링의 주소로 요청을 보내고 있습니다. 해당 리다이렉트 요청은 jwt 토큰을 헤더에 들고 있지 않습니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
로컬에서 브라우저로 간편로그인 접속 시 콘솔에 에러 로그가 발생합니다.
Version
0.0.1-SNAPSHOT
OS
MacOS
Steps to Reproduce
Expected Behavior
에러가 발생해서는 안됩니다.
Actual Behavior
Additional Context
리다이렉트를 로컬로 진행하는 경우에만 발생하는 에러일 수도 있습니다.
원래 간편로그인은 프론트의 url로 리다이렉트되는 것이 기본이지만, 로컬에서 테스트 시 스프링의 주소로 요청을 보내고 있습니다.
해당 리다이렉트 요청은 jwt 토큰을 헤더에 들고 있지 않습니다.
The text was updated successfully, but these errors were encountered: