- .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.json
replace:YOUR_API_SECRET
with your own private api key or secret.YOUR_API_KEY
with your own public api key.
- Run the solution with your favorite IDE or with
dotnet run
in thePasswordless.Example
folder.