Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
PeterOrneholm
released this
With the release 3.0.0 alpha of ActiveLogin.Authentication we bring new features, bugfixes and improved build system.
Since 2.0.0 we have:
This release is the one with the most contributions from the community so far.
8 people have been inolved in this release, with 50% from outside of Active Solution.
Thank you all for your contibutions:
@PeterOrneholm, @span, @nikolaykrondev, @viktorvan, @Palpie, @HSBallina, @fredrik-lundin, @FredrikK
Please try it out and prodive feedback through issues, so we can release the final version later this year.
Major features and changes in this release
- Support for authenticating using QR code in BankID
- Support to abort BankID auth requests
- Only target .NET Standard for API Wrappers
*.AspNetCore
packages now requires ASP.NET Core 3.1- Our Azure DevOps Pipeline is now configured through code (YAML)
Features & Improvements
- Use QR codes for other device authentication #19, #138, #150, #154, #155
- Add cancel button to abort BankID auth requests #134, #145, #143
- Apply a default User Agent for calls to the BankId/GrandId API:s #157
- Adding Http method on action #121, #120
- Support callback path based on IApplicationBuilder.Map paths enhancement #123, #126
Bugfixes & Refactorings
- Breaking change: Update BankID texts #136, #137
- Url.Action() returns inconsistent urls in Core 2.2/3.0 #115, #116
Tooling & Enginering
- Enable "C# 8 nullable reference types" #140, #163
- Breaking change: Upgrade to ASP.NET Core 3.X #109, #114, #133, #161
- Use YAML for Azure Pipelines #21, #160
- Breaking change: Drop strong naming for libraries only targeting .NET Core #139, #141
- Package icon and license within NuGet-package enhancement #129
- Breaking change: Add explicit assembly version #130