Move auth_type and jwt.secret out of config file #9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there is a
lib/Config/config.php
file in which one configures the settingsauth_type
and optionally alsojwt
with a subsetting ofsecret
.Having this in a version controlled config file like this is messy to deal with, in particular during development. I propose that we move these (and other settings) into a simple form in the
additional
section (no need for our own custom Section, as it is just two small form fields) of the Settings view in Nextcloud, and then also store these settings in the app's configuration.