diff options
Diffstat (limited to 'backend/api/api/api.csproj')
-rw-r--r-- | backend/api/api/api.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/api/api/api.csproj b/backend/api/api/api.csproj index 97b88d00..d2a5dd9d 100644 --- a/backend/api/api/api.csproj +++ b/backend/api/api/api.csproj @@ -8,6 +8,8 @@ <ItemGroup> <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" /> + <PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.16.0" /> + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" /> </ItemGroup> </Project> |