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

Fix bugs with WebAuthn preventing sign in and registration. (#22651) #22721

Merged
merged 2 commits into from
Feb 2, 2023

Commits on Feb 1, 2023

  1. Fix bugs with WebAuthn preventing sign in and registration. (go-gitea…

    …#22651)
    
    Partial Backport go-gitea#22651
    
    This PR fixes a longstanding bug within webauthn due to the backend using
    URLEncodedBase64 but the javascript using decoding using plain base64.
    This causes intermittent issues with users reporting decoding errors.
    
    Fix go-gitea#22507
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    zeripath and wxiaoguang committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3666c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    48fc677 View commit details
    Browse the repository at this point in the history