]> source.dussan.org Git - nextcloud-server.git/commit
fix(oauth2): store hashed secret instead of encrypted
authorJulien Veyssier <julien-nc@posteo.net>
Thu, 29 Aug 2024 15:28:01 +0000 (17:28 +0200)
committerJulien Veyssier <julien-nc@posteo.net>
Wed, 4 Sep 2024 08:56:09 +0000 (10:56 +0200)
commit2f71d17740ecf284a92bae5bce7df481b5d3afff
tree86ac8d0bf26f60f40b97ad3a24124bfe6b74aa9d
parentffd220dfd2a34c0fb2fcb384e44e8415be8be311
fix(oauth2): store hashed secret instead of encrypted

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
12 files changed:
apps/oauth2/appinfo/info.xml
apps/oauth2/composer/composer/autoload_classmap.php
apps/oauth2/composer/composer/autoload_static.php
apps/oauth2/lib/Controller/OauthApiController.php
apps/oauth2/lib/Controller/SettingsController.php
apps/oauth2/lib/Migration/Version011901Date20240829164356.php [new file with mode: 0644]
apps/oauth2/lib/Settings/Admin.php
apps/oauth2/src/App.vue
apps/oauth2/src/components/OAuthItem.vue
apps/oauth2/tests/Controller/OauthApiControllerTest.php
apps/oauth2/tests/Controller/SettingsControllerTest.php
apps/oauth2/tests/Settings/AdminTest.php