Category / 카테고리 :
RNUI Module : react-native-freelifemakers-ui
- AI
- Arduino
- Cpp
- kotlin
- Kubernetes
- linux
- Music
- News
- Nextjs
- Nodejs
- notice
- OCI
- OS
- PHP
- QT
- React
- ReactNative리액트네이티브
- RN_UIModule
- ServerApp
- Subtitle자막
- swift
- Uncategorized
- website
-
[nextjs]방명록 + sqlite+nextauth / guestbook + sqlite + nextauth
👉🏻 기존 프로젝트인 방명록 + sqlite에 깃허브 소셜로그인(깃허브) 기능을 추가했습니다.I added a GitHub social login feature to the existing guestbook project (which uses SQLite). 👉🏻소셜로그인 기능과 SQLite에 글 입력하는 부분은 이전 포스트를 참조하세요Please refer to the previous post for the social login feature and the section on saving posts to SQLite. 👉🏻 이전 포스트 /…
-
[nextjs]방명록 + SQLite / Guestbook + SQLite
👉🏻 기존의 markdown파일에 글을 저장하는 부분을 SQLite로바꿨습니다.I replaced the part that saves text to existing Markdown files with SQLite. 👉🏻 이전 포스트 / Previous post 📁 전체 디렉토리 구조 / Overall directory structure 📁 프로젝트 설치 / Project Installation 📁 SQLite3 설치 / Installing SQLite3 📁 코드 설명 / Code Description ✔️ 이전 부분에서 바뀐건…
-
[nextjs]소셜로그인 / Social Login (github)
👉🏻 아래의 설명은 깃허브 웹사이트 가입정보를 이용해서 소셜로그인을 구현하는 설명입니다.The following explanation describes how to implement social login using GitHub account credentials. 👉🏻 next-auth 패키지로 간단히 소셜 로그인을 구현할 수 있습니다.You can easily implement social login using the next-auth package. 📁 전체 디렉토리 구조Overall directory structure 📁 프로젝트설치 / Project Installation(myapp5) 📁 NextAuth 패키지 설치Install…