Bugfix Token Generierung
This commit is contained in:
@@ -61,7 +61,7 @@ Public Class cMSEAPI
|
||||
|
||||
' Set the timestamp defining an expiration time (end time) for the token
|
||||
' to be now + 1 hour (3600 seconds)
|
||||
success = claims.AddIntAt(-1, "exp", curDateTime + 3600)
|
||||
success = claims.AddIntAt(-1, "exp", curDateTime + 1000)
|
||||
|
||||
jwt.AutoCompact = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user