Skip to content

Releases: XenitAB/go-oidc-middleware

v0.0.44

08 Mar 10:30
4f0797a
Compare
Choose a tag to compare

What's Changed

  • Pointing out breaking changelogs for v0.0.41 and v0.0.42 by @bittrance in #276
  • General maintenance by @simongottschlag in #284
  • Bump actions/setup-go from 3 to 4 by @dependabot in #247
  • Bump github.com/cristalhq/aconfig from 0.18.3 to 0.18.4 in /examples by @dependabot in #255
  • Bump github.com/xenitab/go-oidc-middleware/oidcecho from 0.0.42 to 0.0.43 in /examples by @dependabot in #263
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #266
  • Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1 in /examples by @dependabot in #267
  • Bump github.com/lestrrat-go/jwx from 1.2.25 to 1.2.26 by @dependabot in #271
  • Bump golang.org/x/sync from 0.1.0 to 0.3.0 in /examples by @dependabot in #272
  • Bump golang.org/x/sync from 0.1.0 to 0.3.0 by @dependabot in #273
  • Merging all the outstanding dependabot PR:s by @bittrance in #277
  • Bump go.uber.org/ratelimit from 0.2.0 to 0.3.0 by @dependabot in #278
  • Bump github.com/labstack/echo/v4 from 4.10.0 to 4.11.1 in /examples by @dependabot in #279
  • Bump github.com/gofiber/fiber/v2 from 2.42.0 to 2.48.0 in /examples by @dependabot in #280
  • Bump shogo82148/actions-goveralls from 1.6.0 to 1.8.0 by @dependabot in #281
  • Bump goreleaser/goreleaser-action from 4.2.0 to 4.4.0 by @dependabot in #282
  • Bump golangci/golangci-lint-action from 3.4.0 to 3.7.0 by @dependabot in #283

Full Changelog: v0.0.43...v0.0.44

v0.0.43

11 May 09:58
8e49935
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.42...v0.0.43

v0.0.42

10 May 07:16
88c83b7
Compare
Choose a tag to compare

What's Changed

  • Error handlers are responsible for HTTP response by @bittrance in #252

Full Changelog: v0.0.41...v0.0.42

v0.0.41

08 May 13:48
987f6dc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.40...v0.0.41

v0.0.40

24 Jan 14:17
5b6371d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.39...v0.0.40

v0.0.39

18 Dec 20:25
c400115
Compare
Choose a tag to compare

What's Changed

  • adding check for matching signing algorithm of token by @gitu in #229
  • adding check for matching signing algorithm of token by continued by @simongottschlag in #231
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #227

New Contributors

  • @gitu made their first contribution in #229

Full Changelog: v0.0.38...v0.0.39

v0.0.38

05 Dec 22:05
dc23e1c
Compare
Choose a tag to compare

What's Changed

This release introduces the option optest.WithLoginPrompt() for optest. When enabled and you have more than one user, a HTML page will be show at /authorization that lets you select what user to login with.

Full Changelog: v0.0.37...v0.0.38

v0.0.37

26 Nov 22:59
2f273bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.36...v0.0.37

v0.0.36

25 Nov 21:02
fa2e0c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.35...v0.0.36

v0.0.35

25 Nov 15:49
f3989be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.34...v0.0.35