Skip to content

Commit

Permalink
Add citizen validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 10, 2024
1 parent c92f645 commit a1aa9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/verifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func (c *config) Verifier() *zk.Verifier {
}

v, err := zk.NewVerifier(nil,
zk.WithCitizenships("GEO"),
zk.WithProofType(zk.GeorgianPassport),
zk.WithVerificationKeyFile(cfg.VerificationKeyPath),
zk.WithAgeAbove(cfg.AllowedAge),
Expand Down

0 comments on commit a1aa9eb

Please sign in to comment.