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
- JavaScript
- es6
- R
- Sqoop
- tomcat
- SSL
- MSSQL
- GIT
- table
- SPC
- window
- Java
- vaadin
- IntelliJ
- mybatis
- xPlatform
- SQL
- Spring
- react
- Android
- NPM
- Kotlin
- 보조정렬
- Express
- hadoop
- mapreduce
- Python
- plugin
- Eclipse
- 공정능력
Archives
- Today
- Total
728x90
목록Next (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