mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
remove forward auth (#3628)
This commit is contained in:
parent
ba07afc245
commit
fa26587f19
68 changed files with 302 additions and 5072 deletions
|
@ -332,6 +332,7 @@ type Type struct {
|
|||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
||||
// Types that are assignable to Specifier:
|
||||
//
|
||||
// *Type_Webauthn
|
||||
Specifier isType_Specifier `protobuf_oneof:"specifier"`
|
||||
}
|
||||
|
@ -521,6 +522,7 @@ type Credential struct {
|
|||
EnrollmentId string `protobuf:"bytes,3,opt,name=enrollment_id,json=enrollmentId,proto3" json:"enrollment_id,omitempty"`
|
||||
UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
||||
// Types that are assignable to Specifier:
|
||||
//
|
||||
// *Credential_Webauthn
|
||||
Specifier isCredential_Specifier `protobuf_oneof:"specifier"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue