Skip to content

Commit

Permalink
feat: telegram example nextjs app
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jan 20, 2025
1 parent c198cfc commit 70218f9
Show file tree
Hide file tree
Showing 7 changed files with 11,823 additions and 920 deletions.
7 changes: 7 additions & 0 deletions examples/nextjs-app/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const LINKEDIN = "linkedin";
export const TWITTER = "twitter";
export const WEIBO = "weibo";
export const LINE = "line";
export const TELEGRAM = "telegram";
export const EMAIL_PASSWORD = "email_password";
export const PASSWORDLESS = "passwordless";
export const HOSTED_EMAIL_PASSWORDLESS = "hosted_email_passwordless";
Expand Down Expand Up @@ -50,6 +51,12 @@ export const verifierMap = {
clientId: "682533837464666198",
verifier: "discord-lrc",
},
[TELEGRAM]: {
name: "Telegram",
typeOfLogin: "telegram",
clientId: "7974448012:AAGLN8ee4WnJhJt6Jc7_Sb275smMs-8K00I",
verifier: "test-telegram-2",
},
[EMAIL_PASSWORD]: {
name: "Email Password",
typeOfLogin: "email_password",
Expand Down
Loading

0 comments on commit 70218f9

Please sign in to comment.