Skip to content

Releases: Starcounter/Starcounter.Authorization

4.0.1

10 Jun 08:56
Compare
Choose a tag to compare

Fixes broken tests from v4.0.0.

4.0.0

07 Jun 15:34
Compare
Choose a tag to compare

Removes the IUser.Username property since the Authorization library should not care about how the user is identified.

3.7.6

26 Feb 22:39
Compare
Choose a tag to compare
  • ScheduleTask replaced with RunTask.
  • Created .nuspec file for NuGet packaging.

3.7.5

16 Feb 07:48
Compare
Choose a tag to compare
  • 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.

22 Jan 07:00
Compare
Choose a tag to compare
  • 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

22 Jan 06:50
Compare
Choose a tag to compare
  • Adopted Authorization app for separate Blender, according to: #78.

3.7.2

13 Nov 15:49
Compare
Choose a tag to compare
  • 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

09 Nov 11:20
Compare
Choose a tag to compare
  • Removed IScAuthenticationTicket.SessionId. You can remove its implementation from your app as well

3.7.0

09 Nov 11:19
Compare
Choose a tag to compare
  • BREAKING added mandatory model interface, ITicketToSession. You have to implement it in your app, just as IScAuthenticationTicket

3.5.1

31 Oct 13:54
Compare
Choose a tag to compare
  • [Authorize] attribute applied without arguments now uses the default policy instead of hardcoded DenyAnonymousRequirement
  • AuthorizationPolicyBuilderExtensions.AllowAnonymous returns AuthorizationPolicyBuilder instead of void