Skip to content

Releases: shaj13/go-guardian

BREAKING CHANGE: release v2 and drop support for v1

01 Oct 13:49
Compare
Choose a tag to compare

BREAKING CHANGE: release v2 and drop support for v1

  • BREAKING CHANGE: redesign caching and replace store with cache pkg
  • BREAKING CHANGE: drop tfa pkg -- deprecated
  • BREAKING CHANGE: drop error pkg
  • BREAKING CHANGE: drop beraer pkg -- deprecated
  • chore: move internal pkg to auth/internal
  • BREAKING CHANGE: change auth.info interface and add setters/getters
  • chore: remove internal user
  • feat: add auth.Extentions type
  • BREAKING CHANGE: remove StrategyKey type
  • BREAKING CHANGE: change append/revoke function signature
  • BREAKING CHANGE: rename basic strategy Comparator.Verify to Comparator.Compare
  • chore: strategies errors honor "strategies/" prefix
  • BREAKING CHANGE: rename two factor strategy struct
  • refactor: digest strategy and replace public fields with options
  • docs: update docs
  • BREAKING CHANGE: drop auth.authenticator and replace it with union strategy
  • docs: update _examples

v1.5.11

26 Sep 15:56
Compare
Choose a tag to compare

1.5.11 (2020-09-26)

Bug Fixes

v1.5.10

26 Sep 15:53
Compare
Choose a tag to compare

1.5.10 (2020-09-26)

Chores

  • try to fix release slug (8e3ddb3)
  • try to fix release slug (09692f7)
  • replace goreleaser with go-semantic (54fce01)

Bug Fixes

v1.5.9

26 Sep 14:04
Compare
Choose a tag to compare

Changelog

b86e6ae fix: refactor fifo tests and add update func

v1.5.8

25 Sep 16:04
Compare
Choose a tag to compare

Changelog

5661952 fix: expose otp errors

v1.5.7

25 Sep 15:21
Compare
Choose a tag to compare

Changelog

a8da708 fix: add Verify skew

v1.5.6

25 Sep 14:06
Compare
Choose a tag to compare

Changelog

72594cf fix: remove tfa package

v1.5.5

25 Sep 13:59
Compare
Choose a tag to compare

Changelog

v1.5.4

19 Sep 22:43
Compare
Choose a tag to compare

Changelog

5b73a2a fix: add no cache struct

v1.5.3

16 Sep 13:40
Compare
Choose a tag to compare

Changelog

ed638f8 refactor: basic and support custom password compare