Auth Module Versions Save

Zero-boilerplate authentication support for Nuxt 2

5.0.0-dev

3 years ago

Please see status page in documentation.

v4.9.1

4 years ago

Bug Fixes

  • oauth2: use normalized path for callback route check (#587) (ffda6b0)

Docs

  • auth: add setUser documentation (#565)
  • local: update autoFetchUser description (#565)
  • setup: added link on how to activate vuex store (#617)
  • oauth2: fix broken link (#609)
  • options: fix typo in callback paragraph (#582)
  • demo: fix data object property (#580)
  • fix typo in links (#553)
  • remove await from setUser example (#569)

v4.9.0

4 years ago

Features

Bug Fixes

...We have good news for next releases stay tuned!

v4.8.5

4 years ago

Bug Fixes

  • core: always return boolean form hasScope (a2da3a4)
  • core: support querystring only url for isRelativeURL (#492) (09d81ea)
  • module: always transpile nanoid dependency (used for oauth2) for IE11 support (8ef5a9b), closes #472

v4.8.4

4 years ago

Bug Fixes

  • oauth2: restore callback handling on static sites (#453) (06165a0)

v4.8.3

4 years ago

Bug Fixes

v4.8.2

4 years ago

Bug Fixes

  • Move body-parser to dependencies (#441) (@nzakas)

v4.8.1

4 years ago

Bug Fixes

  • utilities: avoid send xxx=undefined in query (#387) (7c79fd4)(@bluelovers)
  • core: regression from #385 when callback is set to false (#391) (4605681)(@studnitz)
  • oauth2: correctly handle callback with hash (#394) (9cf304f)(@mmachatschek)

v4.8.0

4 years ago

Bug Fixes

  • don't redirect to login page if in guest mode (#385) (3ee609d) (@studnitz)

Features

  • oauth2: support server-side callback (#381) (af550d4)(@atinux)

Before:

nuxt-auth-oauth-csr

After:

nuxt-auth-oauth-ssr

v4.7.0

4 years ago

Features

  • oauth2: support access_type=offline to enable refresh tokens from google (#303) (9553f5c) (@elson)

Docs

  • add logout info about auth0 (#378) (@bcnzer)