Recent Posts
Recent Comments
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 소셜 로그인
- 모던자바스크립트
- 모던 자바스크립트
- Next
- 오블완
- React
- 리터럴
- 프로그래머스
- 초기셋팅
- 코드카타
- 구글 로그인
- 코테
- git
- 셋팅
- CORS
- js
- domain
- nextjs
- 티스토리챌린지
- 프로젝트 셋팅
- 자주 까먹는
- 코딩테스트
- deep dive
- useRouter
- vercel
- error
- vscode
- 스파르타코딩클럽
- array정적메서드
- 내일배움캠프
- Today
- Total
파피루스
supabase, 로그인 시 localhost로 가버린다면? 본문
공식 문서를 보면 options.redirectTo를 전달할 수 있다.
const { data, error } = await supabase.auth.signInWithOAuth({
provider: 'github'
options : {
redirectTo : "로그인 완료 후 이동할 페이지 url"
}
})
vercel 환경 변수에 등록하면 잘 할 수 있다.
https://supabase.com/docs/reference/javascript/auth-signinwithoauth
'Today I Learned' 카테고리의 다른 글
[NextJs] 첫걸음 (0) | 2024.06.20 |
---|---|
glitch로 json server 배포 하기 (1) | 2024.06.14 |
vercel, 도메인 연결 (0) | 2024.06.06 |
인피니티 스크롤(무한 스크롤) 구현 : document scroll (0) | 2024.06.05 |
commit convention (0) | 2024.06.04 |