Implemented OIDC für pixelfed

This commit is contained in:
2025-06-19 10:02:03 +02:00
parent ceab517dfa
commit 03192dd4f3
9 changed files with 170 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
credentials:
app_key:
description: "Application encryption key for Snipe-IT (.env APP_KEY)"
algorithm: "plain"
validation: "^base64:[A-Za-z0-9+/=]{40,}$"
description: "Generic 32-byte base64 key with base64: prefix"
algorithm: base64_prefixed_32
validation: '^base64:[A-Za-z0-9+/]{43}=$'