Bug Fixes
- Authelia forward-auth template uses deprecated endpoint - the built-in Authelia middleware template was using the legacy
/api/verify?rd=...URL. Updated to/api/authz/forward-authto match current Authelia documentation. (#39) - OIDC callback URL uses http instead of https behind reverse proxy - TM now respects
X-Forwarded-Protofrom Traefik so OIDC redirect URIs correctly usehttpswhen running behind a TLS-terminating reverse proxy. (#40)