Releases: luizfonseca/traefik-github-oauth-plugin
Releases · luizfonseca/traefik-github-oauth-plugin
v0.7.0
09 Apr 00:39
Compare
Sorry, something went wrong.
No results found
0.7.0 (2025-04-09)
Features
allow users to configure cookie/jwt expiration (314070e )
v0.6.0
27 Feb 22:10
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-02-27)
Miscellaneous Chores
v0.5.1
15 Jan 19:42
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-01-15)
Bug Fixes
check for githubData.Teams as expected (92ccd69 )
v0.5.0
03 Jan 19:57
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-01-03)
Features
add support to require 2FA from github users (2b84bbd )
v0.4.2
03 Jan 18:07
Compare
Sorry, something went wrong.
No results found
0.4.2 (2025-01-03)
Bug Fixes
make token backwards compatible with missing the teams prop in the JWT (d770eb7 )
v0.4.1
03 Jan 00:06
Compare
Sorry, something went wrong.
No results found
0.4.1 (2025-01-02)
Bug Fixes
allow additional github scopes to be requested (7496505 )
don't add user(write/read) permission by default (9abb557 )
v0.4.0
28 Dec 21:13
Compare
Sorry, something went wrong.
No results found
0.4.0 (2024-12-28)
Features
add teams information to AuthRequest model (002b181 )
fetch github team information without erroring (71e0ebe )
update middleware to include github teams information (ec5f219 )
Bug Fixes
v0.3.2
28 Nov 22:39
Compare
Sorry, something went wrong.
No results found
0.3.2 (2023-11-28)
Bug Fixes
server: stop emitting internal errors in responses (4068739 )
traefik-plugin: stop leaking error information on responses (c0b3e88 )
v0.3.1
27 Nov 10:25
Compare
Sorry, something went wrong.
No results found
0.3.1 (2023-11-27)
Features
implement traefik github oauth plugin (d3be0a5 )
implement traefik github oauth server app (7a7acdf )
middleware: add log (789e4cf )
middleware: message when api secret key is invalid (6138346 )
middleware: use github.com/dghubble/sling as http client (81f461f )
server: add log (48cf8ea )
server: return request error message in json (4c1eac9 )
server: use chi-router instead of gin server (e862713 )
set no cache headers (316878f )
traefik-plugin: ensure the correct is always sent and add local dockerfile for testing (0fa2208 )
update vendor packages and add chi router (d021f58 )
use httpin to get the correct form/json fields (0f2f511 )
vendor: update vendor packages (0b5975d )
Bug Fixes
change package name to avoid conflicts (f7bef93 )
ignore changes to the dist folder (2f91dd8 )
middleware: redirect only on get requests (61af42c )
server: fix incorrect use of context (788a2b0 )
server: Fix logger middleware log fields (3ccd7e3 )
Continuous Integration
build multi-platform Docker images using goreleaser (fda884c ), closes #22