fix: update webAuthnBufferDecode to support Base64URL for WebAuthn updates (#1734)

This commit is contained in:
XDTD
2023-04-12 21:33:54 +08:00
committed by GitHub
parent 94eef7dceb
commit 968d8646b2
3 changed files with 13 additions and 5 deletions

2
go.mod
View File

@ -23,7 +23,7 @@ require (
github.com/go-mysql-org/go-mysql v1.7.0
github.com/go-pay/gopay v1.5.72
github.com/go-sql-driver/mysql v1.6.0
github.com/go-webauthn/webauthn v0.5.0
github.com/go-webauthn/webauthn v0.6.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.3.0