We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741e9d4 commit 509ead8Copy full SHA for 509ead8
.changeset/violet-melons-glow.md
@@ -0,0 +1,5 @@
1
+---
2
+'@hono/oauth-providers': patch
3
4
+
5
+fix: Update twitter authorization url
packages/oauth-providers/src/providers/x/authFlow.ts
@@ -74,7 +74,7 @@ export class AuthFlow {
74
code_challenge: this.code_challenge,
75
code_challenge_method: 'S256',
76
})
77
- return `https://twitter.com/i/oauth2/authorize?${parsedOptions}`
+ return `https://x.com/i/oauth2/authorize?${parsedOptions}`
78
}
79
80
private async getTokenFromCode() {
0 commit comments