Skip to content

Commit 4b71080

Browse files
authored
feat(passport)!: remove device code auth (#2655)
1 parent a019f56 commit 4b71080

26 files changed

+58
-1241
lines changed

examples/_parsed/passport-examples.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -76,31 +76,6 @@
7676
"sidebar_order": 1
7777
}
7878
},
79-
"telegram-mini-app": {
80-
"tutorial": "telegram-mini-app.md",
81-
"metadata": {
82-
"title": "Telegram Mini App with Immutable Passport",
83-
"description": "Demonstrates device flow authentication and NFT transfers in a Telegram Mini App using Immutable Passport",
84-
"keywords": [
85-
"Immutable",
86-
"SDK",
87-
"Passport",
88-
"Telegram",
89-
"Mini App",
90-
"Device Flow Authentication",
91-
"NFT Transfers"
92-
],
93-
"tech_stack": [
94-
"Next.js",
95-
"TypeScript",
96-
"Telegram SDK",
97-
"Ethers.js"
98-
],
99-
"product": "Passport",
100-
"programming_language": "TypeScript",
101-
"sidebar_order": 7
102-
}
103-
},
10479
"wallets-connect-with-nextjs": {
10580
"tutorial": "wallets-connect-with-nextjs.md",
10681
"metadata": {

examples/passport/telegram-mini-app/.env.example

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/passport/telegram-mini-app/.eslintrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/passport/telegram-mini-app/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/passport/telegram-mini-app/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/passport/telegram-mini-app/app/components/Connect.tsx

Lines changed: 0 additions & 69 deletions
This file was deleted.

examples/passport/telegram-mini-app/app/components/Home.tsx

Lines changed: 0 additions & 60 deletions
This file was deleted.

examples/passport/telegram-mini-app/app/components/TransferAsset.tsx

Lines changed: 0 additions & 159 deletions
This file was deleted.

examples/passport/telegram-mini-app/app/layout.tsx

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)