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

feat: support android webauthn origins #4155

Merged
merged 3 commits into from
Nov 27, 2024
Merged

feat: support android webauthn origins #4155

merged 3 commits into from
Nov 27, 2024

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Oct 11, 2024

This patch adds the ability to verify Android APK origins used during WebAuthn/Passkey exchange.

Upgrades go-webauthn and includes fixes for Go 1.23.

Related issue(s)

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security vulnerability, I
    confirm that I got the approval (please contact
    [email protected]) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further Comments

@aeneasr aeneasr force-pushed the android-sdk branch 2 times, most recently from 9cc2f51 to 53b22c9 Compare October 13, 2024 07:29
@aeneasr aeneasr marked this pull request as ready for review October 13, 2024 08:09
@aeneasr aeneasr force-pushed the android-sdk branch 4 times, most recently from 1223fb0 to 62cb9e9 Compare October 14, 2024 07:25
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

Attention: Patch coverage is 72.72727% with 12 lines in your changes missing coverage. Please review.

Project coverage is 78.53%. Comparing base (e6d2d4d) to head (e785cfa).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
identity/credentials_webauthn.go 80.00% 6 Missing and 1 partial ⚠️
schema/handler.go 0.00% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4155   +/-   ##
=======================================
  Coverage   78.52%   78.53%           
=======================================
  Files         380      380           
  Lines       27231    27266   +35     
=======================================
+ Hits        21383    21413   +30     
- Misses       4224     4231    +7     
+ Partials     1624     1622    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

identity/credentials_webauthn.go Show resolved Hide resolved
identity/credentials_webauthn.go Show resolved Hide resolved
@aeneasr aeneasr force-pushed the android-sdk branch 4 times, most recently from f9bddf9 to 70ae813 Compare October 28, 2024 08:58
This patch adds the ability to verify Android APK origins used during WebAuthn/Passkey exchange.

Upgrades go-webauthn and includes fixes for Go 1.23 and workarounds for Swagger.
@aeneasr aeneasr merged commit a82d288 into master Nov 27, 2024
28 of 29 checks passed
@aeneasr aeneasr deleted the android-sdk branch November 27, 2024 11:32
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