Skip to content
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

Passkey login not working anymore #32595

Closed
anbraten opened this issue Nov 21, 2024 · 2 comments · Fixed by #32623
Closed

Passkey login not working anymore #32595

anbraten opened this issue Nov 21, 2024 · 2 comments · Fixed by #32623
Labels

Comments

@anbraten
Copy link
Contributor

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

hiifong added a commit to hiifong/gitea that referenced this issue Nov 23, 2024
@wxiaoguang
Copy link
Contributor

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

@wxiaoguang
Copy link
Contributor

wxiaoguang commented 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 added a commit that referenced this issue Nov 26, 2024
Quick fix #32595, use authenticator auth flags to login

---------

Co-authored-by: wxiaoguang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants