- .NET 8 SDK
- A free account obtained from passwordless.dev.
- A Passwordless.dev public and private API key pair.
- An IDE such as Visual Studio or JetBrains Rider.
- A web browser supporting WebAuthn, see here.
Please read the documentation here: https://docs.passwordless.dev
- Get your own API keys here: https://admin.passwordless.dev/signup
- In
Passwordless.Example/appsettings.jsonreplace:YOUR_API_SECRETwith your own private api key or secret.YOUR_API_KEYwith your own public api key.
- Run the solution with your favorite IDE or with
dotnet runin thePasswordless.Examplefolder.