https://github.com/dan503/nextjs-azure-auth-challenge
https://github.com/dan503/nextjs-azure-auth-challenge
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dan503/nextjs-azure-auth-challenge
- Owner: Dan503
- Created: 2024-08-22T02:21:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T05:41:16.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T02:29:12.102Z (over 1 year ago)
- Language: TypeScript
- Size: 9.22 MB
- 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/nextjs-azure-auth-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.
Use Next.js however do not use any edge functions.
The project needs to be able to run in a static environment like GitHub pages.