Skip to content

Magickey: Magic Link + Passkey authentication#861

Draft
RensDimmendaal wants to merge 15 commits intomainfrom
magickey
Draft

Magickey: Magic Link + Passkey authentication#861
RensDimmendaal wants to merge 15 commits intomainfrom
magickey

Conversation

@RensDimmendaal
Copy link
Copy Markdown

@RensDimmendaal RensDimmendaal commented Apr 15, 2026

This PR adds Magic Link + Passkey authentication

Types of changes
What types of changes does your code introduce? Put an x in all the boxes that apply:

  • New feature (non-breaking change which adds functionality)

Checklist
Go over all the following points, and put an x in all the boxes that apply:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I am aware that this is an nbdev project, and I have edited, cleaned, and synced the source notebooks instead of editing .py or .md files directly.

Comment thread tests/magickey_app.py Outdated
Comment on lines +22 to +23
@rt('/login')
def login():
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@rt('/login')
def login():
@rt
def login():

Comment thread tests/magickey_app.py Outdated
Comment on lines +32 to +33
@rt('/setup_passkey')
def setup_passkey():
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
@rt('/setup_passkey')
def setup_passkey():
@rt
def setup_passkey():

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I've fixed those and the table creation examples to use more idiomatic fasthtml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants