An open API service indexing awesome lists of open source software.

https://github.com/katagaki/azureappserviceauthdemo

Static web app using Azure App Service's Easy Auth authentication.
https://github.com/katagaki/azureappserviceauthdemo

app-service authentication azure nodejs reactjs

Last synced: 5 months ago
JSON representation

Static web app using Azure App Service's Easy Auth authentication.

Awesome Lists containing this project

README

          

# AzureAppServiceAuthDemo

Demo showcasing authentication using Easy Auth on Azure App Service.

## Running

```zsh
npm install
npm start
```