Nowhere I can find a clear description why version 5.6 added AbpZeroTemplateJwtSecurityTokenHandler
Not to mention that it would fail in multi server setup as it uses local server cache.
I see this <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/pull/1441">https://github.com/aspnetzero/aspnet-ze ... /pull/1441</a> with no description, nothing, just a title:(
We already validating encrypted principal for sign in.
All this does is default 1 hour expiration from the cached which is no way to control if you want 1 day or 1 year.
Not sure this feature have been thought trough.
Please advise anyone?
1 Answer(s)
-
0
Check this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/1497#issuecomment-409464075">https://github.com/aspnetzero/aspnet-ze ... -409464075</a>