mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
fix(api): 🐛 Fix missing FormData acceptance for registration route
This commit is contained in:
parent
3b704b4c8c
commit
df84572148
3 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue