https://github.com/dan503/azure-auth-fe-only-challenge
https://github.com/dan503/azure-auth-fe-only-challenge
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dan503/azure-auth-fe-only-challenge
- Owner: Dan503
- Created: 2024-08-20T05:35:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:04:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T11:50:14.820Z (about 1 year ago)
- Language: TypeScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure auth challenge
Publicly accessible website:
https://dan503.github.io/azure-auth-fe-only-challenge/
## Challenge:
Create an FE only authentication using the [MSAL JS Auth library](https://www.npmjs.com/package/msal)
Use an Azure Authentication token to handle the authorization.
## Why Vite?
Vite has no built in server-side functionality so I knew that I wouldn't accidentally introduce any server-side stuff with it.
It is also extremely performant.