/nuxt-auth-noobling

AAD auth for nuxt

Primary LanguageJavaScriptMIT LicenseMIT

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
  1. 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

  2. Create a page to display the callback which will fetch the access token

  3. login with $auth.loginWith('aad')

Development

Running demo for development:

$ yarn install
$ yarn dev

License

MIT License - Copyright (c) Nuxt Community