Ignore:
Timestamp:
10/28/25 10:44:31 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
43459e1, ff7f308
Parents:
c11d3a3 (diff), 1e58098 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:44:31)
git-committer:
GitHub <noreply@…> (10/28/25 10:44:31)
Message:

Merge pull request #3 from stefansaveski/feature/refresh-token

Feature/refresh token

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/iknow-api.csproj

    rc11d3a3 r7a1fe00  
    99
    1010  <ItemGroup>
     11    <PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
     12    <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.10" />
    1113    <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.9" />
     14    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.10">
     15      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
     16      <PrivateAssets>all</PrivateAssets>
     17    </PackageReference>
     18    <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
     19    <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
    1220  </ItemGroup>
    1321
Note: See TracChangeset for help on using the changeset viewer.