aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/Token/PublicKeyTokenProvider.php
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-09-18 23:51:06 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-09-20 00:46:03 +0200
commita8f46af20f4fccac0257eba950e70d0da96c4a5a (patch)
treeb3922576860114dac6747ed7fc98ab4360864b2d /lib/private/Authentication/Token/PublicKeyTokenProvider.php
parente7f8ab1c3b7bdbc6f34a62e5b5bbaa2f903f467b (diff)
downloadnextcloud-server-a8f46af20f4fccac0257eba950e70d0da96c4a5a.tar.gz
nextcloud-server-a8f46af20f4fccac0257eba950e70d0da96c4a5a.zip
chore: Add proper deprecation dates where missing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'lib/private/Authentication/Token/PublicKeyTokenProvider.php')
-rw-r--r--lib/private/Authentication/Token/PublicKeyTokenProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Authentication/Token/PublicKeyTokenProvider.php b/lib/private/Authentication/Token/PublicKeyTokenProvider.php
index 4eddd5c80f7..12c3a1d535b 100644
--- a/lib/private/Authentication/Token/PublicKeyTokenProvider.php
+++ b/lib/private/Authentication/Token/PublicKeyTokenProvider.php
@@ -430,7 +430,7 @@ class PublicKeyTokenProvider implements IProvider {
}
/**
- * @deprecated Fallback for instances where the secret might not have been set by accident
+ * @deprecated 26.0.0 Fallback for instances where the secret might not have been set by accident
*/
private function hashTokenWithEmptySecret(string $token): string {
return hash('sha512', $token);