Skip to content

Releases: chartmuseum/auth

chartmuseum/auth v0.5.0

03 Sep 19:37
962687c
Compare
Choose a tag to compare

chartmuseum/auth v0.4.5

26 Jan 15:16
08b9fca
Compare
Choose a tag to compare
  • upgrade dependencies

chartmuseum/auth v0.4.4

11 Dec 15:14
Compare
Choose a tag to compare
  • update jwt-go dependency (#11)

chartmuseum/auth v0.4.3

12 Nov 04:10
Compare
Choose a tag to compare
  • update jwt-go dependency (#11)

chartmuseum/auth v0.4.2

13 Jul 19:59
Compare
Choose a tag to compare
  • upgrade dependencies

chartmuseum/auth v0.4.1

26 Mar 00:47
Compare
Choose a tag to compare
  • upgrade to go 1.14
  • upgrade dependencies (testify)

chartmuseum/auth v0.4.0

31 Jan 23:45
Compare
Choose a tag to compare
  • Allow for case-insensitive "Bearer" prefix in token auth header ("bearer" / "Bearer" / "BEARER" etc.)
  • Add EmptyDefaultNamespace option on Authorizer, which will use empty string for default namespace when token contains none (e.x. scope of "repository::pull")

chartmuseum/auth v0.3.1

24 Jan 19:01
4a2423a
Compare
Choose a tag to compare

Just a re-release of v0.3.0 due to issues with sum.golang.org ...

chartmuseum/auth v0.3.0

24 Jan 18:56
4a2423a
Compare
Choose a tag to compare
  • Update dependencies
  • Build with Go 1.13

chartmuseum/auth v0.2.0

13 May 19:14
3e63b6c
Compare
Choose a tag to compare

Some new features:

  • Ability to add use a custom access entry type
  • Ability to add aud and iss fields to token claims
  • Ability to add kid field to token header