All Versions
10
Latest Version
Avg Release Cycle
2 days
Latest Release
1486 days ago
Changelog History
Changelog History
-
v2.1.0 Changes
October 17, 20202.1.0 (2020-10-17)
Chores
- โ remove cache package (3a9dc08)
- โก๏ธ update readme (716d43f)
- โ add /v2 to module (2a7bb72)
- ๐ try to fix release slug (8e3ddb3)
- ๐ try to fix release slug (09692f7)
- ๐ replace goreleaser with go-semantic (54fce01)
- ๐ move all parsing logic to internal (ece72c3)
- โ add kubernetes example (c162da0)
- โ remove skip publish (7cf9d7a)
- ๐ fix lint issues iteration #1 (3bbb61c)
- ๐ setup linter (3254f04)
- ๐ setup linter (5f49aea)
- โ add godoc badge (aca7852)
- โ add make file and update ci (87515f2)
- โ add make file and update ci (075bd89)
- ๐ fix of using unnecessary pkg (9c6cd9f)
๐ Documentation
- โก๏ธ update readme (e4b4fcb)
- โก๏ธ update readme (59ba7fc)
- mention store and delete must be followed with set cookie (f9b557d)
- โก๏ธ update readme (0549dc9)
๐ Feature
- โ add 2fa OTP Strategy (339f3cb)
- ๐ support kubernetes token review (b4f3bb0)
- โ add token pkg and support apikey, x header (4a114db)
- replicator cache (29d6874)
- filesystem cache (611491e)
- cache result of basic (d4e6508)
- โ add LRU cache (9191354)
- โ add session adapter to mount gorilla store (a8cf601)
- โ add session adapter to mount gorilla store (76ff76d)
๐ Bug Fixes
- โ add expiry date/time to token strategy (f509a3b)
- โ add lru peek and update (710ff6e)
- โ add lru update func (b69c1ab)
- โ remove .goreleaser.yml (8519544)
- ๐จ refactor fifo tests and add update func (b86e6ae)
- ๐ฆ expose otp errors (5661952)
- โ add Verify skew (a8da708)
- โ remove tfa package (72594cf)
- โ add no cache struct (5b73a2a)
- type in twofactor (1447e29)
- option interface honor interface{} instead of startegy for more flexibility (091444e)
- ๐ฆ expose helper func to store/get user info in/from ctx (c31102b)
- cached basic strategy store pass as plain text unless user provide hashing algo (b0bb6af)
- ๐ support sem versioning and auto release (14a790e)
- ๐ deprecate bearer strategy (ffa0a71)
- โ add set WWW-Authenticate header (3f670b1)
- ๐ support gob/json Marshaling/Unmarshaling (9ec8cf3)
- ๐ฆ expose cache keys (445b5fd)
- โ add fifo tests (1fd9228)
- โ remove sync.Map from authenticator and make it not safe for concurrent ac (512fa4b)
- ๐ rename NewCachedToken to New (a69cb5e)
- ๐ replace sync.Map to builtin wit mutex (6b0fcbb)
- ๐ rename storage to store (ada6dbe)
๐จ Code Refactoring
- ๐ basic and support custom password compare (ed638f8)
- ๐ move tfa to otp and enhance API (c220d5c)
โ Tests
-
v2.0.1 Changes
October 01, 2020๐ Fix invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
-
v2.0.0 Changes
October 01, 2020๐ฅ 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 Changes
September 26, 2020 -
v1.5.10 Changes
September 26, 2020 -
v1.5.9 Changes
September 26, 2020๐ Changelog
๐จ b86e6ae fix: refactor fifo tests and add update func
-
v1.5.8 Changes
September 25, 2020๐ Changelog
5661952 fix: expose otp errors
-
v1.5.7 Changes
September 25, 2020๐ Changelog
a8da708 fix: add Verify skew
-
v1.5.6 Changes
September 25, 2020๐ Changelog
๐ฆ 72594cf fix: remove tfa package