Files
tinyauth/.env.sample

19 lines
408 B
Plaintext
Raw Permalink Normal View History

2025-12-30 22:18:30 +01:00
TYPE=tinyauth
DOMAIN=tinyauth.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.tinyauth.example.com`'
LETS_ENCRYPT_ENV=production
2026-01-02 11:52:12 +01:00
SECRET_CLIENT_SECRET_VERSION=v1
2026-05-08 14:25:26 +02:00
NAME=SSO
2026-01-02 11:52:12 +01:00
AUTH_URL=https://example.com/auth/v1/oidc/authorize
CLIENT_ID=tinyauth_id
SCOPES=openid,profile,email
TOKEN_URL=https://example.com/auth/v1/oidc/token
USER_INFO_URL=https://example.com/auth/v1/oidc/userinfo
2026-05-08 14:25:26 +02:00
SESSION_EXPIRY=86400