Address comments in code review.
This commit is contained in:
parent
07cdc1021c
commit
23e6de57a2
5 changed files with 6 additions and 26 deletions
|
@ -25,7 +25,6 @@ type Claims struct {
|
|||
|
||||
// Authorize authorizes a signature request by validating and authenticating
|
||||
// a OTT that must be sent w/ the request.
|
||||
// TODO(mariano): protection against reuse for oidc
|
||||
func (a *Authority) Authorize(ott string) ([]provisioner.SignOption, error) {
|
||||
var errContext = map[string]interface{}{"ott": ott}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue