next (2) 썸네일형 리스트형 Next 로그인 (google provider 백엔드 구현 및 session에 사용자 정보 저장) (feat. next14 app-router) Project Explanation- 2024.07.02 - [next] - Next-Auth Login(Google/ jwt) 구현 (feat. next 14 app-router)에서 구현했던 NextAuth Google Provider를 백엔드로 이동- 코드 수정된 부분만 남겨놓겠습니다 backend 좀 더 공부하고 링크 첨부 예정 Project Folder더보기📦app ┣ 📂api ┃ ┗ 📂auth ┃ ┃ ┗ 📂[...nextauth] ┃ ┃ ┃ ┗ 📜route.ts ┣ 📂login ┃ ┣ 📂googleLogin ┃ ┃ ┗ 📜page.tsx ┃ ┗ 📜page.tsx ┣ 📜layout.tsx ┗ 📜page.tsx📦lib ┗ 📜axios.ts📦providers ┗ 📜Sessi.. Next-Auth Login(Google/ jwt) 구현 (feat. next 14 app-router) Project Setting더보기Would you like to use TypeScript? YesWould you like to use Tailwind CSS? YesWould you like to use App Router? (recommended) YesProject Folder더보기📦app┣ 📂api┃ ┗ 📂auth┃ ┃ ┗ 📂[...nextauth]┃ ┃ ┃ ┗ 📜route.ts┣ 📂login┃ ┗ 📜page.tsx┣ 📜layout.tsx┗ 📜page.tsx📦lib┗ 📜axios.ts📦providers┗ 📜SessionProvider.tsx📦src┣ 📂server┃ ┣ 📂services┃ ┃ ┗ 📜userService.ts┃ ┗ 📜auth.ts┗ 📂types┗ .. 이전 1 다음