Skip to content

v5.0.0

Compare
Choose a tag to compare
@ktos ktos released this 10 Nov 16:48

A very big and exciting release!

Two the most important things are: .NET 5.0 support and custom authentication logic (#6). You may now provide your own methods or your own classes to analyze keys to decide if it should be allowed or not, but also provide your completely own AuthenticationTicket provider, allowing you to customize all the data you need.

Changes:

  • 2ab361d Fix tag pipelines
  • f78b069 Upgrade to .NET 5.0 (#15)
  • f412100 Remove need for explicit custom handler type marking during configuration
  • fb4d017 Add another custom authenticator type, with possibility to return full AuthorizationTicket
  • a7d224f Housekeeping (against new .editorconfig)
  • ae51050 Add .editorconfig
  • 3db024f Add one more test on passing data from simple custom logic to claims
  • ba37c39 Add more descriptive usage of simple authentication in README
  • f2d28e1 Upgrade vm image in Azure Pipelines
  • dff753a Custom authentication logic (#9) [ #6 ]

This list of changes was auto generated.