dnd-side-project / dnd-8th-1-frontend

🪩춤으로 연결되는 댄스 유니버스, 댄버스💫
https://danverse.vercel.app/
11 stars 0 forks source link

✨ feat: 로그인 기능 구현 #290

Closed punchdrunkard closed 1 year ago

punchdrunkard commented 1 year ago

요약

로그인 기능과 전역 인증 로직을 구현하였습니다.

사진 (구현 캡처)

image

직접 확인 부탁드립니다.

작업 내용

기타 (논의하고 싶은 부분)

로컬 환경에서 확인 부탁합니다. (preview 배포환경의 경우 구글에서 wildcard를 허락하지 않아서 확인할 수 없습니다..) 로컬 환경의 경우, https 설정과 .env 설정이 필요합니다. (https 환경에서 실행해야 합니다. 포트 3001번)

https 설정하기

.env.local

NEXT_PUBLIC_API_END_POINT=https://danverse.o-r.kr/
NEXT_PUBLIC_GOOGLE_CLIENT_ID=660329626176-s20348mpdpcu5gojab3g4jl92lphm7n3.apps.googleusercontent.com
NEXT_PUBLIC_GOOGLE_REDIRECT_URI=https://localhost:3001/oauth/callback
NEXT_PUBLIC_GOOGLE_CLIENT_SECREET=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

타 직군 전달 사항

백엔드 전달 사항

디자이너 전달 사항

close #288

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
danverse ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 1, 2023 at 5:48PM (UTC)
punchdrunkard commented 1 year ago

@jinyoung234