⚠ Deprecated: Other
This package is renamed into "ActiveLogin.Authentication.BankId.QRCoder" from version 6.0.0.
Suggested alternative: ActiveLogin.Authentication.BankId.QRCoder
QR code generation for ActiveLogin.Authentication.BankId.AspNetCore using the QRCoder library.
$ dotnet add package ActiveLogin.Authentication.BankId.AspNetCore.QRCoderActiveLogin.Authentication enables an application to support Swedish BankID (svenskt BankID) authentication in .NET. Built on NET Standard and packaged as NuGet-packages they are easy to install and use on multiple platforms.
Free to use, commercial support and training is available if you need assistance or a quick start.
Sample usage of the extension method to use QRCoder as the QR code generator for BankID.
Adds the UseQrCoderQrCodeGenerator(UseQrCoderQrCodeGenerator) extension method.
services
.AddAuthentication()
.AddBankId(builder =>
{
builder
.UseQrCoderQrCodeGenerator();
});
For full documentation and samples, see the Readme in our GitHub repo.
Active Login is an Open Source project built on .NET that makes it easy to integrate with leading Swedish authentication services like BankID.
Active Login is built, maintained and sponsored by Active Solution. Active Solution is located in Stockholm (Sweden) and provides IT consulting with focus on web, cloud and AI.