auth-module

Zero-boilerplate authentication support for Nuxt 2

MIT License

Downloads
204.6K
Stars
1.9K
Committers
193

Bot releases are hidden (Show)

auth-module - 🚧 v5 Latest Release

Published by pi0 almost 4 years ago

Please see status page in documentation.

auth-module -

Published by pi0 over 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)
auth-module -

Published by pi0 over 4 years ago

Features

Bug Fixes

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

auth-module -

Published by pi0 almost 5 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
auth-module -

Published by pi0 about 5 years ago

Bug Fixes

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

Published by pi0 about 5 years ago

Bug Fixes

auth-module -

Published by pi0 about 5 years ago

Bug Fixes

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

Published by pi0 over 5 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)
auth-module -

Published by pi0 over 5 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

auth-module -

Published by pi0 over 5 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)
auth-module -

Published by pi0 over 5 years ago

Bug Fixes

  • set-cookie header contains undefined value (#372) (323346e) (@Yama-Tomo)
auth-module -

Published by pi0 over 5 years ago

Bug Fixes

  • fix typo in serializedCookie (648fdc9) (thanks to @Sheby)
auth-module -

Published by pi0 over 5 years ago

Bug Fixes

  • server side Set-Cookie always set an array. (#367) (4d3feff)
auth-module -

Published by pi0 over 5 years ago

Improvements

  • module: warn if default strategy is not valid (#365) (@motia)
auth-module -

Published by pi0 over 5 years ago

Bug Fixes

  • storage: accept expires as a number for cookie (dd92ec8)
auth-module -

Published by pi0 over 5 years ago

Bug Fixes

  • Add audience to requests (#222, #239) (@kazazes)
  • Set extended for body-parser urlencoded to prevent the deprecation warning (#199) (@tobyryuk)
  • Remove trailing slash from redirect paths (#235) (@sghgh1996)
  • Handle mounted errors during init (#234) (@gotoin)
  • Prevent loggedIn being incorrectly set to true (#346) (@glennjacobs, @alexbonhomme, @t-matsu-j)
  • Replace deprecated process.browser with process.client (#269) (@sschadwick)
  • Preserve query params when redirecting (#193) (@mathieutu)

New Features

  • Add resetOnError (#197) (@ishitatsuyuki)
  • Add setUserToken (#278) (@dgwight)
  • Use strategy tokenName for requestWith (#301) (@terion-name, @farnabaz)
  • Support passing extra query params (#358) (@rchl)
  • Generate nounce for id_token response type (#298) (@jefer590)
  • Add guest option in auth middleware (#264) (@ricardogobbosouza)
  • Accept state and nonce as login args (e5579e9)
  • Support onRedirect hook (#185) (@paulgv)
  • Improve storage and support server-set cookies (#360) (huge thanks to @MathiasCiarlo)

Docs

Thanks to @3vilArthas, @af12066, @ansidev, @aretw0, @chettapong, @drewjbartlett, @f213, @farnabaz, @jahangirahmad, @LeCoupa, @NinthAutumn, @PJLindsay, @potato4d, @rodgarcia, @sgarner, @shadowlion, @sobolevn, @timmyg, @tomsaleeba for contributing to the docs ❤️

auth-module -

Published by pi0 over 6 years ago

4.5.1 (2018-05-21)

Bug Fixes

  • module: allow watchLoggedIn (471d59f)
auth-module -

Published by pi0 over 6 years ago

4.5.0 (2018-05-21)

Bug Fixes

  • auth: start watching loggedIn state after current strategy is fully mounted (#80) (2497cc0)
  • docs: add comma following _scheme value (#189) (d993e01)

Features

  • add watchLoggedIn option to optionally disable it (#80) (16a7904)
auth-module -

Published by pi0 over 6 years ago

4.4.0 (2018-05-18)

Bug Fixes

Features

Reverts

auth-module -

Published by pi0 over 6 years ago

4.2.1 (2018-04-27)

Bug Fixes

  • storage cookie get on client side (#153) (8275e60)
  • watch loggedIn: disable redirect on direct page loads (#158) (0386eb9)