cmaneu / azure-functions-magic-links

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:HTML 37.5%Language:C# 35.7%Language:CSS 26.9%