Sveltkit AAD Authentication
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
Getting Started
To run this application on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/varu87/sveltekit-aad-auth.git
- Navigate to the project directory:
cd sveltekit-aad-auth
- Install dependencies:
npm install
- Start the development server:
npm run dev -- --open
Credits
This project was built using the following technologies: