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 |
Tags
- 프로그래머스
- 자주 까먹는
- 셋팅
- 오블완
- 내일배움캠프
- vercel
- 구글 로그인
- 코테
- 소셜 로그인
- array정적메서드
- 티스토리챌린지
- domain
- 모던 자바스크립트
- Next
- 프로젝트 셋팅
- 스파르타코딩클럽
- vscode
- React
- 코드카타
- error
- deep dive
- 코딩테스트
- 모던자바스크립트
- git
- nextjs
- 리터럴
- useRouter
- js
- CORS
- 초기셋팅
- Today
- Total
목록2024/06/06 (2)
파피루스
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 Sign in a user through OAuth | Supabase supabase.com
Today I Learned
2024. 6. 6. 15:07