JWT service
This commit is contained in:
10
.env.example
10
.env.example
@@ -19,6 +19,16 @@ SMTP_ENABLE_STARTTLS=true
|
||||
CLINCH_HOST=http://localhost:9000
|
||||
CLINCH_FROM_EMAIL=noreply@example.com
|
||||
|
||||
# OIDC Configuration
|
||||
# RSA private key for signing ID tokens (JWT)
|
||||
# Generate with: openssl genrsa 2048
|
||||
# Important: Generate once and keep the same key across deployments
|
||||
# If you change this key, all existing OIDC sessions will be invalidated
|
||||
# OIDC_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----
|
||||
# MIIEpAIBAAKCAQEAyZ0qaICMiLVWSFs+ef9Xok3fzy0p6k/7D5TQzmxf...
|
||||
# ...your key content here...
|
||||
# -----END RSA PRIVATE KEY-----"
|
||||
|
||||
# Optional: Force SSL in production
|
||||
# FORCE_SSL=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user