Skip to content

feat(passport)!: remove device code auth #2655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions examples/_parsed/passport-examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,31 +76,6 @@
"sidebar_order": 1
}
},
"telegram-mini-app": {
"tutorial": "telegram-mini-app.md",
"metadata": {
"title": "Telegram Mini App with Immutable Passport",
"description": "Demonstrates device flow authentication and NFT transfers in a Telegram Mini App using Immutable Passport",
"keywords": [
"Immutable",
"SDK",
"Passport",
"Telegram",
"Mini App",
"Device Flow Authentication",
"NFT Transfers"
],
"tech_stack": [
"Next.js",
"TypeScript",
"Telegram SDK",
"Ethers.js"
],
"product": "Passport",
"programming_language": "TypeScript",
"sidebar_order": 7
}
},
"wallets-connect-with-nextjs": {
"tutorial": "wallets-connect-with-nextjs.md",
"metadata": {
Expand Down
3 changes: 0 additions & 3 deletions examples/passport/telegram-mini-app/.env.example

This file was deleted.

4 changes: 0 additions & 4 deletions examples/passport/telegram-mini-app/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions examples/passport/telegram-mini-app/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions examples/passport/telegram-mini-app/README.md

This file was deleted.

69 changes: 0 additions & 69 deletions examples/passport/telegram-mini-app/app/components/Connect.tsx

This file was deleted.

60 changes: 0 additions & 60 deletions examples/passport/telegram-mini-app/app/components/Home.tsx

This file was deleted.

159 changes: 0 additions & 159 deletions examples/passport/telegram-mini-app/app/components/TransferAsset.tsx

This file was deleted.

28 changes: 0 additions & 28 deletions examples/passport/telegram-mini-app/app/layout.tsx

This file was deleted.

Loading
Loading