nextAuth supabase 소셜로그인 상태유지
supabase에 이메일 값 전달 import { getLoginUserType } from '@/types/authUser/authUserTypes'; import { supabase } from '../supabase/supabase'; export const getUserIdByEmail = async (email: string): Promise => { const { data, error } = await supabase // //테이블 이름 .from('users') // 컬럼 .select('user_id') //필터 .eq('email', email as string) .single(); if (error || !data) throw error; return data; }; 쿼리를 이용해 e..
카테고리 없음
2024. 4. 4. 17:27
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Warning: validateDOMNesting(...): <li> cannot appear as a descendant of <li>
- axiosinstance 사용 시 토큰 사용 법
- readme 작성해야 하는 이유
- styled component GlobalStyle 사용방법
- 에러모음집
- readme 이미지 추가 방법
- git cache
- readme 역할
- styled component 사용방법
- readme 작성 방법
- 별점만들기
- 유효성검사
- 유효성검사 css
- styled component 설치방법
- simple Icon 사용방법
- Warning: A component is changing an uncontrolled input to be controlled.
- axios 사용하기
- 영화별점만들기
- styled component 조건부 사용방법
- Warning: Each child in a list should have a unique "key" prop.
- Fetch와 Axios 의 장단점
- readme작성해보기
- 별점 색채우기
- axios CRUD
- axios instance 작성하기
- axios 설치하기
- nextjs 토큰 만료처리하기
- 영화 별점
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함