keratin / authn-go

Go client library for Keratin AuthN
https://github.com/keratin/authn-server
GNU Lesser General Public License v3.0
32 stars 10 forks source link

Expose verifier for use directly #9

Closed silasdavis closed 5 years ago

silasdavis commented 5 years ago

This PR is based off https://github.com/keratin/authn-go/pull/8 - so merge that first

This exposes the verifier for use directly - useful when using authn-server as a library for verifying directly against a key store, see: https://github.com/keratin/authn-server/pull/100