Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SQL
- JavaScript
- mapreduce
- R
- MSSQL
- Python
- 보조정렬
- window
- Spring
- mybatis
- SPC
- GIT
- table
- Sqoop
- SSL
- tomcat
- hadoop
- Express
- xPlatform
- plugin
- Eclipse
- 공정능력
- Java
- Kotlin
- vaadin
- NPM
- IntelliJ
- es6
- react
- Android
Archives
- Today
- Total
728x90
목록next-auth (1)
DBILITY

https://next-auth.js.org/ NextAuth.js Authentication for Next.js next-auth.js.org nmp install next-auth nextjs 13.2부터 App Router에서는 app/api 하위에 auth/[...nextauth]디렉토리를 생성하고, route.js 파일을 작성한다. OAuth중에 github을 사용해 본다. 실은 이번에 처음 사용하게 되었다. route.js import NextAuth from "next-auth"; import GithubProvider from "next-auth/providers/github"; export const authOptions = { providers: [ GithubProvider({ cl..
front-end & ui/nextjs
2023. 4. 24. 10:12
728x90