Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 267 Bytes

File metadata and controls

15 lines (12 loc) · 267 Bytes

go-sdk

Fident client library for validation of GRPC traffic through portcullis.

Init

InitWithPubKeyPath(pubKeyPath)

err := gofident.InitWithPubKeyPath("/path/to/pub.pem")

Verify

Verify(*httpRequest)

verified := gofident.Verify(req)