Azure Active Directory Authentication with Nuxt
This library extends up nuxt auth to add AAD support to Nuxt
Getting started
$ yarn add nuxt-auth-noobling
-
Then add the required details to
nuxt.config.js
Look at the demo for an example https://github.com/noobling/auth-module/blob/dev/examples/demo/nuxt.config.js -
Create a page to display the callback which will fetch the access token
-
login with
$auth.loginWith('aad')
Development
Running demo for development:
$ yarn install
$ yarn dev
License
MIT License - Copyright (c) Nuxt Community