Releases: Starcounter/Starcounter.Authorization
Releases · Starcounter/Starcounter.Authorization
4.0.1
Fixes broken tests from v4.0.0.
4.0.0
Removes the IUser.Username
property since the Authorization library should not care about how the user is identified.
3.7.6
- ScheduleTask replaced with RunTask.
- Created .nuspec file for NuGet packaging.
3.7.5
- Response for the unauthorized request now contains body from
sys/error/404.html
.
- Was added removing
TicketToSession
when deleting expired tickets.
Was added response for unauthorized but authenticated users.
- Was added
404
(and null
for the partial/blended view) as a response for the requested page with the restricted access for the currently authenticated user.
- Claim with type
Name
now adding for each signed in user.
3.7.3
- Adopted Authorization app for separate Blender, according to: #78.
3.7.2
- Fixed bug where using common view-model partials from different secured view-models caused crashes. Live example was using
Starcounter.Uniform.UniDataTable
Remove unused db field
- Removed
IScAuthenticationTicket.SessionId
. You can remove its implementation from your app as well
3.7.0
- BREAKING added mandatory model interface,
ITicketToSession
. You have to implement it in your app, just as IScAuthenticationTicket
3.5.1
[Authorize]
attribute applied without arguments now uses the default policy instead of hardcoded DenyAnonymousRequirement
AuthorizationPolicyBuilderExtensions.AllowAnonymous
returns AuthorizationPolicyBuilder
instead of void