Passkey login not working anymore #13734

Closed
opened 2025-11-02 10:51:41 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @anbraten on GitHub (Nov 21, 2024).

Description

When trying to login with my Passkey to gitea.com I now get a http 403 error. Updating the passkey didn't help.

Gitea Version

1.23.0+dev-671-gc3dedcffa7

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

https://gitea.com/

Database

None

Originally created by @anbraten on GitHub (Nov 21, 2024). ### Description When trying to login with my Passkey to gitea.com I now get a http 403 error. Updating the passkey didn't help. ### Gitea Version 1.23.0+dev-671-gc3dedcffa7 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? https://gitea.com/ ### Database None
GiteaMirror added the type/bug label 2025-11-02 10:51:41 -06:00
Author
Owner

@wxiaoguang commented on GitHub (Nov 25, 2024):

Maybe related to this, the webauthn lib was changed: Fix: passkey login not working anymore #32623

@wxiaoguang commented on GitHub (Nov 25, 2024): Maybe related to this, the webauthn lib was changed: Fix: passkey login not working anymore #32623
Author
Owner

@wxiaoguang commented on GitHub (Nov 26, 2024):

The problem is that " Add Passkey login support #31504 " didn't store the flags, then webauthn now strictly checks the flags, need to figure out how to restore them .......


Update: maybe #32623 could do a quick fix to make the behavior the same as old webauthn (0.10)

@wxiaoguang commented on GitHub (Nov 26, 2024): The problem is that " Add Passkey login support #31504 " didn't store the flags, then webauthn now strictly checks the flags, need to figure out how to restore them ....... ---- Update: maybe #32623 could do a quick fix to make the behavior the same as old webauthn (0.10)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#13734