File tree 2 files changed +16
-3
lines changed
2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
2
+
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp2.0</TargetFramework >
5
- </PropertyGroup >
6
5
6
+ <PackageId >AspNetCore.Security.Jwt</PackageId >
7
+ <Description >Package makes integrating JWT Bearer Token Security to your ASP .NET Core 2.0+ app a breeze!! Also, Swagger UI integration!</Description >
8
+ <Version >1.0.0</Version >
9
+ <Authors >Shantanu</Authors >
10
+ <Company >Veritas Software</Company >
11
+ <Copyright >Veritas Software 2018</Copyright >
12
+ <PackageProjectUrl >https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</PackageProjectUrl >
13
+ <PackageTags >AspNetCore.Security.Jwt JWT Bearer Token Security Swagger UI integration ASP .NET Core 2.0+ app</PackageTags >
14
+ <RepositoryUrl >https://github.com/VeritasSoftware/AspNetCore.Security.Jwt</RepositoryUrl >
15
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
16
+ </PropertyGroup >
17
+
7
18
<ItemGroup >
8
19
<PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 2.0.0" />
9
20
<PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.0" />
10
21
<PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.0" />
11
22
<PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 2.0.0" />
12
23
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 3.0.0" />
13
24
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.3.0" />
14
- </ItemGroup >
25
+ </ItemGroup >
15
26
16
27
<ItemGroup >
17
28
<None Update =" securitySettings.json" >
Original file line number Diff line number Diff line change 1
1
# AspNetCore.Security.Jwt
2
2
## Asp Net Core Jwt Bearer Token Security package.
3
3
4
+ [ ** Nuget package** ] ( https://www.nuget.org/packages/AspNetCore.Security.Jwt )
5
+
4
6
** The package:**
5
7
6
8
* Makes adding ** Jwt Bearer Token Security** to your ** ASP NET Core 2.0 app** a breeze!!
You can’t perform that action at this time.
0 commit comments