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.
- Host: GitHub
- URL: https://github.com/katagaki/azureappserviceauthdemo
- Owner: katagaki
- License: unlicense
- Created: 2024-05-31T11:22:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T00:21:16.000Z (over 1 year ago)
- Last Synced: 2025-04-30T21:53:26.787Z (about 1 year ago)
- Topics: app-service, authentication, azure, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzureAppServiceAuthDemo
Demo showcasing authentication using Easy Auth on Azure App Service.
## Running
```zsh
npm install
npm start
```