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

Embed identities.Claims Type #22

Closed AlexCuse closed 1 year ago

AlexCuse commented 1 year ago

Through use of identities.Claims from github.com/keratin/authn-server, PR #21 forces users of the client to build with CGO enabled. This embeds the new type (which really just wraps the Claims type from gopkg.in/square/go-jose.v2) directly in the client to eliminate this requirement.

AlexCuse commented 1 year ago

Good catch @cainlevy - I just deleted the server dependency and assumed tidy would catch anything else. Should be good to go now I think 🤞

cainlevy commented 1 year ago

Thanks for the improvement!