Bugfix Token Generierung

This commit is contained in:
2024-10-08 15:27:41 +02:00
parent 057b73b6bd
commit 0cd7aadaed

View File

@@ -61,7 +61,7 @@ Public Class cMSEAPI
' Set the timestamp defining an expiration time (end time) for the token ' Set the timestamp defining an expiration time (end time) for the token
' to be now + 1 hour (3600 seconds) ' to be now + 1 hour (3600 seconds)
success = claims.AddIntAt(-1, "exp", curDateTime + 3600) success = claims.AddIntAt(-1, "exp", curDateTime + 1000)
jwt.AutoCompact = True jwt.AutoCompact = True