supabase / auth

A JWT based API for managing users and issuing JWT tokens
https://supabase.com/docs/guides/auth
MIT License
1.55k stars 375 forks source link

fix: correct web authn aaguid column naming #1826

Closed J0 closed 2 weeks ago

J0 commented 3 weeks ago

What kind of change does this PR introduce?

Use appropriate column name for Web Authn verification - it's fine to change this as it's currently behind the feature flags MFA_WEB_AUTHN_*_ENABLED and should have never been used.

coveralls commented 3 weeks ago

Pull Request Test Coverage Report for Build 11625612665

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/models/factor.go 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Totals Coverage Status
Change from base Build 11595332069: 0.0%
Covered Lines: 9564
Relevant Lines: 16737

💛 - Coveralls