Skip to content

Demo for Azure Active Directory authentication in a sveltekit app

Notifications You must be signed in to change notification settings

Seigman/sveltekit-aad-auth

 
 

Repository files navigation

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:

  1. Clone the repository: git clone https://github.com/varu87/sveltekit-aad-auth.git
  2. Navigate to the project directory: cd sveltekit-aad-auth
  3. Install dependencies: npm install
  4. Start the development server: npm run dev -- --open

Credits

This project was built using the following technologies:

About

Demo for Azure Active Directory authentication in a sveltekit app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.3%
  • JavaScript 11.8%
  • Svelte 10.0%
  • HTML 5.9%