mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +00:00
docs: add delay_start to caddy security
This commit is contained in:
@@ -33,13 +33,14 @@ caddy add-package github.com/greenpau/caddy-security
|
||||
|
||||
```bash
|
||||
{
|
||||
# Port to listen on
|
||||
# Port to listen on
|
||||
http_port 443
|
||||
|
||||
# Configure caddy-security.
|
||||
# Configure caddy-security.
|
||||
order authenticate before respond
|
||||
security {
|
||||
oauth identity provider generic {
|
||||
delay_start 3
|
||||
realm generic
|
||||
driver generic
|
||||
client_id client-id-from-pocket-id # Replace with your own client ID
|
||||
|
||||
Reference in New Issue
Block a user