Authorization works with roles properly. Added authorization examples to Sample project.

This commit is contained in:
JudahGabriel
2017-09-06 11:49:33 -05:00
parent ea3a6cbdd3
commit 6fc83d4ea3
9 changed files with 87 additions and 19 deletions
+4 -1
View File
@@ -9,7 +9,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.0" PrivateAssets="All" />
<PackageReference Include="RavenDB.Identity" Version="2.0.2" />
</ItemGroup>
<ItemGroup>
@@ -18,4 +17,8 @@
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RavenDB.Identity\RavenDB.Identity.csproj" />
</ItemGroup>
</Project>