Skip to content

Commit

Permalink
Change expiration date to 3 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kairome committed Nov 26, 2021
1 parent f9311bc commit 4673ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Auth/AuthConfigs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class AuthConfigs

public static DateTime GetTokenExpiryDate()
{
return DateTime.UtcNow.AddDays(3);
return DateTime.UtcNow.AddMinutes(3);
}

}
Expand Down

0 comments on commit 4673ba2

Please sign in to comment.