Releases: clambin/traefik-simple-auth
Releases · clambin/traefik-simple-auth
v0.6.0
Features
- basic support for OpenID Connect (#22) #22 (Christophe Lambin)
Code Refactoring
- so I read this blog post ... (#23) #23 (Christophe Lambin)
v0.5.2
Commits
- go doc changes (Christophe Lambin)
v0.5.1
Bug Fixes
- domains are case-insensitive (#21) #21 (Christophe Lambin)
Code Refactoring
- cleanup (Christophe Lambin)
v0.5.0
Features
- clearer error when secret is not a valid base64-encoded value (Christophe Lambin)
- oauth callback flow does not need middleware config (#20) #20 (Christophe Lambin)
v0.4.3
Code Refactoring
- stronger evaluation of cmdline args (#19) #19 (Christophe Lambin)
v0.4.2
Features
- add prometheus metrics for active users (#18) #18 (Christophe Lambin)
v0.4.1
Features
- empty user list matches any user (Christophe Lambin)
Code Refactoring
- cleanup (#17) #17 (Christophe Lambin)
v0.4.0
Features
- add user to metrics (#16) #16 (Christophe Lambin)
Code Refactoring
- better split between business logic & underlying technical/generic components (#15) #15 (Christophe Lambin)
v0.3.1
Features
- add provider to prometheus metrics (#14) #14 (Christophe Lambin)
v0.3.0
Features
- add support for GitHub as OAuth2 provider (#12) #12 (Christophe Lambin)
- allow cookie name to be overriden (#13) #13 (Christophe Lambin)
Code Refactoring
- better way to generate domain-specific auth URL (#11) #11 (Christophe Lambin)