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