Skip to content

Commit

Permalink
chore: update traefik plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed Nov 27, 2023
1 parent d0c063f commit 4bec7c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ type: middleware
import: github.com/luizfonseca/traefik-github-oauth-plugin

summary: >
This is a Traefik middleware plugin that allows users to authenticate using GitHub OAuth.
The plugin is intended to be used as a replacement for the BasicAuth middleware,
providing a more secure way for users to access protected routes.
This is a lightweight Traefik middleware plugin that allows users to authenticate using GitHub OAuth on specific domains or routes.
This plugin requires a sidecar API server to handle the OAuth flow and to validate the JWT token.
testData:
apiBaseUrl: http://<traefik-github-oauth-server-host>
Expand Down

0 comments on commit 4bec7c1

Please sign in to comment.