0
joe704la created
2 Answer(s)
-
1
In your WebCoreModule:
private void ConfigureTokenAuth() { // ... tokenAuthConfig.Expiration = TimeSpan.FromDays(1); }
-
0
Excellent, thank you