fix: handle multiple webauthn origins (#1078)

* fix(grpc): return CredentialCreationData in webauthn public key

* return id of u2f tokens

* handle separate origins in webauthn

* param
This commit is contained in:
Livio Amstutz
2020-12-08 15:39:58 +01:00
committed by GitHub
parent 12f8c7202c
commit 38478efefb
11 changed files with 75 additions and 50 deletions

View File

@@ -92,7 +92,8 @@ type TemplateData struct {
}
type WebAuthN struct {
ID string
Origin string
DisplayName string
ID string
OriginLogin string
OriginConsole string
DisplayName string
}