fix(api): 🐛 Fix missing FormData acceptance for registration route

This commit is contained in:
Jesse Wierzbinski 2024-10-24 18:48:11 +02:00
parent 3b704b4c8c
commit df84572148
No known key found for this signature in database
3 changed files with 11 additions and 9 deletions

View file

@ -314,8 +314,7 @@ description = "A Versia Server instance"
# URL to your instance banner
# banner = ""
# Used for federation.
# Use the "generate-keys" CLI command to generate these keys
# Used for federation. If left empty or missing, the server will generate one for you.
[instance.keys]
public = ""
private = ""
@ -414,10 +413,10 @@ forced = false
# Overriden by the signups.registration setting
allow_registration = true
[plugins.config."@versia/openid".keys]
# Use the "generate-keys" CLI command to generate these keys
public = ""
private = ""
# [plugins.config."@versia/openid".keys]
# Run Versia Server with those values missing to generate a new key
# public = ""
# private = ""
# The provider MUST support OpenID Connect with .well-known discovery
# Most notably, GitHub does not support this