diff --git a/VERAG_PROG_ALLGEMEIN/Schnittstellen/MSE/cMSEAPI.vb b/VERAG_PROG_ALLGEMEIN/Schnittstellen/MSE/cMSEAPI.vb index b1f96ba0..fa34fbf3 100644 --- a/VERAG_PROG_ALLGEMEIN/Schnittstellen/MSE/cMSEAPI.vb +++ b/VERAG_PROG_ALLGEMEIN/Schnittstellen/MSE/cMSEAPI.vb @@ -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