Coinbase Provider
리소스
설정
콜백 URL
https://example.com/api/auth/callback/coinbase
환경 변수
AUTH_COINBASE_ID
AUTH_COINBASE_SECRET
설정
/auth.ts
import NextAuth from "next-auth"
import Coinbase from "next-auth/providers/coinbase"
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Coinbase],
})
참고 사항
- 이 프로바이더 템플릿은 2시간 동안 유효한 액세스 토큰을 가지고 있습니다. 리프레시 토큰도 함께 반환됩니다.