* Implement support for access tokens

A bit more work and testing is needed

* Make ValidUntil computed, fix netf, among others

* netf fixes as always

* Allow AWH to forcefully refresh session

* Unify access token lifetime
This commit is contained in:
Łukasz Domeradzki
2023-10-19 13:38:39 +02:00
committed by GitHub
parent 4106c5f41a
commit d571cd9580
7 changed files with 244 additions and 118 deletions

View File

@@ -18,6 +18,7 @@
<PackageVersion Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.5.0" />
<PackageVersion Include="System.Composition" Version="7.0.0" />
<PackageVersion Include="System.Composition.AttributedModel" Version="7.0.0" />
<PackageVersion Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="zxcvbn-core" Version="7.0.92" />
</ItemGroup>