Gis-Mex Developers

Results 1 comments of Gis-Mex Developers

I found solution changing standard time tp UTC time. On "TokenHelper.cs" program line 30. //Expires = DateTime.Now.AddMinutes(15), I changed to UTC Time Expires = DateTime.UtcNow.AddMinutes(15),