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

https://github.com/dan503/nextjs-azure-auth-challenge


https://github.com/dan503/nextjs-azure-auth-challenge

Last synced: about 1 year ago
JSON representation

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.