Skip to content

BREAKING CHANGE: release v2 and drop support for v1

Compare
Choose a tag to compare
@shaj13 shaj13 released this 01 Oct 13:49
· 42 commits to master since this release

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