Skip to content

Commit 28e780f

Browse files
fix(providers): Correct Coinbase endpoints (#11153)
1 parent d8a9188 commit 28e780f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/providers/coinbase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export default function Coinbase(
7474
name: "Coinbase",
7575
type: "oauth",
7676
authorization:
77-
"https://www.coinbase.com/oauth/authorize?scope=wallet:user:email+wallet:user:read",
78-
token: "https://api.coinbase.com/oauth/token",
77+
"https://login.coinbase.com/oauth2/auth?scope=wallet:user:email+wallet:user:read",
78+
token: "https://login.coinbase.com/oauth2/token",
7979
userinfo: "https://api.coinbase.com/v2/user",
8080
profile(profile) {
8181
return {

0 commit comments

Comments
 (0)