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

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

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.