Skip to content

Commit 8d37210

Browse files
authored
Add basic passkey implementation tutorial (#1490)
1 parent 4a80028 commit 8d37210

File tree

2 files changed

+480
-0
lines changed

2 files changed

+480
-0
lines changed

docs/blockchain-development-tutorials/forte/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ Learn how to build decentralized finance applications using the Flow Actions fra
6868

6969
Discover how to implement scheduled transactions for time-based smart contract execution on Flow. These tutorials cover creating automated workflows, cron-like functionality, and time-sensitive blockchain applications that can execute without manual intervention.
7070

71+
### [Passkeys]
72+
73+
Implement device-backed passkeys using the Web Authentication API to register Flow account keys and sign transactions with secure, user-friendly authentication. See the [advanced concepts documentation](../../build/cadence/advanced-concepts/passkeys.md) for detailed implementation guidance.
74+
7175
## Getting Started
7276

7377
To begin with Forte tutorials, we recommend starting with:
@@ -90,5 +94,6 @@ The Forte network upgrade represents a significant evolution of Flow's capabilit
9094

9195
[Flow Actions]: ./flow-actions/index.md
9296
[Scheduled Transactions]: ./scheduled-transactions/index.md
97+
[Passkeys]: ../../build/cadence/advanced-concepts/passkeys.md
9398
[Introduction to Flow Actions]: ./flow-actions/intro-to-flow-actions.md
9499
[Scheduled Transactions Introduction]: ./scheduled-transactions/scheduled-transactions-introduction.md

0 commit comments

Comments
 (0)