https://github.com/code4clouds/az-auth-web-node
A nodejs service with a web frontend that authenticates with Azure
https://github.com/code4clouds/az-auth-web-node
Last synced: 5 months ago
JSON representation
A nodejs service with a web frontend that authenticates with Azure
- Host: GitHub
- URL: https://github.com/code4clouds/az-auth-web-node
- Owner: code4clouds
- License: mit
- Created: 2023-08-21T19:50:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:27:54.000Z (over 1 year ago)
- Last Synced: 2024-10-18T10:20:33.863Z (over 1 year ago)
- Language: HTML
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# az-auth-web-node
A NodeJS service with a web frontend that authenticates with Azure.
# Setup
``` bash
npm install
```
# Run
``` bash
npm start
```
# Container
`` bash
docker build -t az-auth-web-node .
``