docs: Update Authentik provider type description in README

This commit is contained in:
Starstrike
2025-05-01 19:03:21 -04:00
parent e31bf4b6d4
commit 01b3577024

View File

@@ -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 `<YOUR_AUTHENTIK_URL>` with your actual Authentik instance URL.
## License
MIT
Note: Replace `<YOUR_AUTHENTIK_URL>` with your actual Authentik instance URL.