A demo app explaining the authorization code flow in Azure AD using a svelteki app. Full explanation of the code can be found at: https://medium.com/@varu87/azure-ad-authentication-in-sveltekit-f596cfa8a349
To run this application on your local machine, follow these steps:
git clone https://github.com/varu87/sveltekit-aad-auth.git
cd sveltekit-aad-auth
npm install
npm run dev -- --open
This project was built using the following technologies: