Skip to content

Latest commit

 

History

History

Passwordless.AspNetIdentity.Example

Passwordless ASP.NET Identity Example

Requirements

Running the example

Please read the documentation here: https://docs.passwordless.dev

  1. Get your own API keys here: https://admin.passwordless.dev/signup
  2. In Passwordless.Example/appsettings.json replace:
    1. YOUR_API_SECRET with your own private api key or secret.
    2. YOUR_API_KEY with your own public api key.
  3. Run the solution with your favorite IDE or with dotnet run in the Passwordless.Example folder.