/azure-functions-magic-links

A demo app to showcase Authentication via Magic Links in Azure Functions

Primary LanguageHTMLMIT LicenseMIT

Azure Functions Magic Links

This demo project show ho

Disclaimer

Implementing authentication mechanisms is a hard task. This project should not be considered as "production-grade security product". Rolling your own authentication mechanism is always more tricky than what you think. We encourage you to checkout off-the-shelf Authentication Services (like Azure AD B2C).

Steps

Each step in this sample has it's own branch.

  • Step 1:

How to run it

How to develop

Update local.settings.json to add CORS support

  "Host": {
    "CORS": "*"
  }

License

This project is distributed under MIT license. See LICENSE for more info.