Based on Keep a Changelog.
- Replace deprecated gopkg.in/square/go-jose.v2 with github.com/square/go-jose/v3 [#29]
- Update golang.org/x/crypto from 0.14.0 to 0.17.0 [#27]
- Add
authn.ClaimsFrom
andauthn.ClaimsFromWithAudience
to support extraction of identity token claims.
authn.SubjectFromWithAudience
adds support for multi-domain authentication [#15]
- All admin API actions: GetAccount, Update, LockAccount, UnlockAccount, ArchiveAccount, ImportAccount, ExpirePassword, ServiceStats, ServerStats [#10]
- Export more funcs and types to improve library flexibility [#9]
- Provide AuthN ID token verifier for minimum integration [#1]