We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efd6b3 commit 7614d07Copy full SHA for 7614d07
src/AspNet.Security.OAuth.Coinbase/AspNet.Security.OAuth.Coinbase.csproj
@@ -4,6 +4,12 @@
4
<TargetFramework>net5.0</TargetFramework>
5
</PropertyGroup>
6
7
+ <PropertyGroup>
8
+ <Authors>levimatheri</Authors>
9
+ <Description>ASP.NET Core security middleware enabling Coinbase authentication.</Description>
10
+ <PackageTags>aspnetcore;authentication;coinbase;oauth;security</PackageTags>
11
+ </PropertyGroup>
12
+
13
<ItemGroup>
14
<FrameworkReference Include="Microsoft.AspNetCore.App" />
15
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
0 commit comments