go-guardian v2.0.0 Release Notes

Release Date: 2020-10-01 // over 3 years ago
  • ๐Ÿ’ฅ 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