You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found myself hard to understand the documentation. These are the main issues:
It's not immediately clear what is a "license file". Is it a license key required to use this software? If so how do I purchase it?
The traefik integration remains mysterious. Despite the related issue being closed, the documentation only says "This program can also be used as the backend of traefik forward auth.", but there is no mentioning of how it should be done (also the link in Traefik forwardauth login experience improvement #2 is broken, it should be this). It's pretty easy if one understands the concepts, but I'd still suggest put a full forward auth example in example/howto-use-traefik.
Correct me if I'm wrong: when using as a forward auth provider, one can not make policy-based decision for different routes (paths). Take self-hosted analytics product for example, normally you would want to block the whole site from anonymous users (since it's the dashboard page), however the tracking script should be publicly available (since it could be embedded anywhere).
I found myself hard to understand the documentation. These are the main issues:
example/howto-use-traefik.