bcnmy / documentation

Biconomy official documentation for account abstraction SDK
https://docs.biconomy.io
11 stars 7 forks source link

# ✨ Feature Request: Create Instructional Video for Passkey Authentication with Biconomy Nexus SDK #75

Open joepegler opened 3 weeks ago

joepegler commented 3 weeks ago

What

Produce a high-quality instructional video demonstrating how to implement passkey authentication in a dApp using the Biconomy Nexus SDK's new Passkey Module.

Why

How

  1. Script a 15-20 minute video covering:

    • Brief introduction to passkeys and their benefits
    • Overview of Biconomy Nexus SDK and its module-based architecture
    • Step-by-step implementation of passkey authentication in a sample dApp
  2. Follow the module interaction pattern from the SDK README in the video:

    • Creating the Passkey Module
    • Installing the module
    • Extending the Nexus client with passkey actions
    • Using the module's functionality
  3. Record a screencast showing the coding process in real-time

  4. Include explanations of key concepts and code snippets

  5. Demonstrate the final dApp in action, showing user registration and login

  6. Highlight how the Passkey Module integrates with other Biconomy Nexus SDK features

  7. Include best practices and security considerations

  8. End with a call-to-action for viewers to try implementing passkey authentication in their own projects

  9. Create timestamps for different sections of the video for easy navigation

  10. Provide links to relevant documentation and resources in the video description

References