Circles, pub & auth
* Adds a boolean to each Circle, saying that it is public, and its existence may be known by any interested in * Adds claims of type "YavscClaimTypes.CircleMembership" at login, in order to implement some faster authorisation processes and file restricted accesses.
This commit is contained in:
parent
c995767de5
commit
cdc18fd547
12 changed files with 3158 additions and 92 deletions
6
src/Yavsc/Views/Account/Index.cshtml
Normal file
6
src/Yavsc/Views/Account/Index.cshtml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
@{
|
||||
ViewData["Title"] = @SR["Index"];
|
||||
}
|
||||
|
||||
<a asp-action="UserList" >@SR["UserList"]</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue