authn-go
authn-go copied to clipboard
Go client library for Keratin AuthN
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.1 to 3.0.3. Release notes Sourced from github.com/go-jose/go-jose/v3's releases. Version 3.0.3 Fixed Limit decompression output size to prevent a DoS. Backport from v4.0.1. Version 3.0.2 Fixed DecryptMulti:...
As a first step towards a new client that uses `int` for account IDs and supports `context.Context` (see #12) this PR updates the internal client to deal with `int` and...
Hi, first of all thanks for the awesome authn-server project. I just noticed that `authn-go` has some inconsistencies regarding the accountID type. In `ImportAccount` and `int` is returned while the...
The URLs `https://example.com` and `https://example.com:443/` can be considered equivalent issuers. The keratin/authn-rb library accomplishes this by coercing to URLs for comparison, but go's `net/url` library makes no assumptions (per golang...