From 01b35770248d062329ebbe56064606f6ee41d60d Mon Sep 17 00:00:00 2001 From: Starstrike Date: Thu, 1 May 2025 19:03:21 -0400 Subject: [PATCH] docs: Update Authentik provider type description in README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20de9f5..b8e4f8e 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ A modern event RSVP management system with customizable backgrounds and item coo ## Authentication with Authentik -This application is compatible with Authentik using a proxy provider (single application). To protect the admin routes, add the following configuration to your nginx config: +This application is compatible with Authentik. Make sure to create a Proxy Provider for Forward auth (single application). To protect the admin routes, add the following configuration to your nginx config: ```nginx # Protected routes @@ -142,8 +142,4 @@ This configuration will: - Handle the authentication flow through the Authentik outpost - Properly manage cookies and headers for the authentication process -Note: Replace `` with your actual Authentik instance URL. - -## License - -MIT \ No newline at end of file +Note: Replace `` with your actual Authentik instance URL. \ No newline at end of file