Api auth in progress

This commit is contained in:
Claude Brisson
2024-02-24 12:03:29 +01:00
parent eaf6fc6e2d
commit 6969669e4c
11 changed files with 164 additions and 22 deletions

View File

@@ -55,7 +55,7 @@ abstract class OAuthHelper {
companion object {
protected var logger: Logger = LoggerFactory.getLogger("oauth")
private const val salt = "0efd28fb53cbac42"
private const val salt = "0efd28fb53cbac42"
private val sessionIdCrypto: Cryptograph = AESCryptograph().apply {
init(salt)
}