Auth Module
1.0.0
1.0.0
  • README
  • docs
    • providers
      • GitHub
      • Google
      • Auth0
      • Laravel Passport
      • Facebook
    • Auth Module
    • Migration Guide
    • guide
      • Middleware
      • Providers
      • Setup
      • Schemes
    • recipes
      • Extending Auth plugin
    • api
      • API
      • options
      • storage
      • auth
    • schemes
      • Local
      • Oauth2
    • glossary
  • .github
    • ISSUE_TEMPLATE
  • CHANGELOG
Powered by GitBook
On this page
  • Changelog
  • 4.9.0 (2020-03-15)
  • 4.8.0 (2019-06-23)
  • 4.7.0 (2019-06-13)
  • 4.6.0 (2019-05-30)
  • 4.5.2 (2018-09-18)
  • 4.5.1 (2018-05-21)
  • 4.5.0 (2018-05-21)
  • 4.4.0 (2018-05-18)
  • 4.3.0 (2018-04-28)
  • 4.2.1 (2018-04-27)
  • 4.2.0 (2018-04-20)
  • 4.1.0 (2018-04-09)
  • 4.0.1 (2018-04-03)
  • 4.0.0 (2018-04-02)
  • 4.0.0-rc.3 (2018-02-04)
  • 4.0.0-rc.2 (2018-02-03)
  • 4.0.0-rc.1 (2018-02-03)
  • 4.0.0-rc.0 (2018-02-02)
  • 3.4.1 (2017-12-29)
  • 3.4.0 (2017-12-29)
  • 3.3.0 (2017-12-28)
  • 3.2.1 (2017-12-20)
  • 3.2.0 (2017-11-18)
  • 3.1.1 (2017-11-17)
  • 3.1.0 (2017-11-15)
  • 3.0.1 (2017-11-12)
  • 3.0.0 (2017-11-10)
  • 2.0.7 (2017-10-19)
  • 2.0.6 (2017-10-19)
  • 2.0.5 (2017-09-06)
  • 2.0.4 (2017-09-05)
  • 2.0.3 (2017-09-04)
  • 2.0.2 (2017-09-04)
  • 2.0.1 (2017-09-04)
  • 0.0.1 (2017-09-04)

CHANGELOG

PreviousISSUE_TEMPLATE

Last updated 5 years ago

Changelog

All notable changes to this project will be documented in this file. See for commit guidelines.

(2020-04-16)

Bug Fixes

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

(2020-03-15)

Features

  • core: return response from loginWith () (), closes

  • local scheme: add autoFetchUser option () ()

Bug Fixes

  • clear tokens when calling $auth.reset() () (), closes

  • fix setUserToken issues () (), closes

  • remove the trailing slash of paths in isSameURL () ()

  • module: don't log fatal error when vuex is disabled () ()

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Features

Features

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Bug Fixes

Features

Bug Fixes

Bug Fixes

Bug Fixes

Features

Bug Fixes

Features

Reverts

Bug Fixes

Features

Bug Fixes

Bug Fixes

Features

Features

Bug Fixes

Bug Fixes

Features

Performance Improvements

Bug Fixes

Features

Bug Fixes

Bug Fixes

Features

Bug Fixes

Features

Performance Improvements

BREAKING CHANGES

  • Lot's of API and Usage changes

Bug Fixes

Bug Fixes

Features

Features

Bug Fixes

Features

Bug Fixes

Features

Bug Fixes

Features

Performance Improvements

BREAKING CHANGES

  • Some options changed and/or simplified

Bug Fixes

Bug Fixes

Bug Fixes

0.0.1 (2017-09-04)

(2019-12-27)

core: always return boolean form hasScope ()

core: support querystring only url for isRelativeURL () ()

module: always transpile nanoiid (), closes

(2019-09-12)

oauth2: restore callback handling on static sites () ()

(2019-09-10)

core: set loggedIn after user () ()

(2019-09-05)

(2019-06-24)

utilities: avoid send xxx=undefined in query () ()

regression from when callback is set to false () ()

oauth2: correctly handle callback with hash () ()

(2019-06-23)

don't redirect to login page if in guest mode () ()

oauth2: support server-side callback () ()

(2019-06-13)

oauth2: support access_type=offline to enable refresh tokens from google () ()

(2019-06-05)

set-cookie header contains undefined value () ()

(2019-06-03)

fix typo in serializedCookie ()

(2019-06-03)

server side Set-Cookie always set an array. () ()

(2019-05-31)

module: warn if default strategy is not valid () ()

(2019-05-31)

module: warn if default strategy is not valid () ()

(2019-05-31)

storage: accept expires as a number for cookie ()

(2019-05-30)

accept state, nonce as login args ()

preserve query params when redirecting () ()

auth: handle mounted errors during init () ()

docs: GitHub capitalize () ()

docs: GitHub capitalize () ()

docs: spelling fix () ()

docs: typo () ()

local: prevent loggedIn being incorrectly set to true () ()

middleware: remove trailing slash from redirect paths () ()

oauth2, auth0: add audience to requests () ()

setUserToken: Add fallback to unimplemented strategies ()

randomString btoa fallback for SSR () ()

remove default auth0 audience () ()

set extended for body-parser urlencoded to prevent the deprecation warning () ()

storage.md: fix typo ()

improve storage () ()

support onRedirect hook () ()

middleware: add guest option in auth middleware () ()

generate nounce for id_token response type () ()

oauth2: support passing extra query params () ()

use strategy tokenName for requestWith () ()

oauth2-set-state: Allow set state in case it exists on oauth2 provider [] ()

setUserToken: Add functionality to manually set auth token ()

add resetOnError () ()

(2018-09-18)

api/auth.md: typo() ()

docs: minor proper english revisions () ()

docs: typo ()

docs: update glossary read more title ()

middleware: remove trailing slash from redirect paths () ()

(2018-05-21)

module: allow watchLoggedIn ()

(2018-05-21)

auth: start watching loggedIn state after current strategy is fully mounted () ()

docs: add comma following _scheme value () ()

add watchLoggedIn option to optionally disable it () ()

(2018-05-18)

storage: use false value for unsetting token/user () (), closes

oauth2: set axios token () ()

revert due to conflicts ()

(2018-04-28)

github provider () ()

laravel passport provider () ()

(2018-04-27)

storage cookie get on client side () ()

watch loggedIn: disable redirect on direct page loads () ()

(2018-04-20)

add check for req object on getCookie () ()

don't redirect callback to login when using 'auth' globally () ()

docs: update redirect in options.md () ()

fullPathRedirect with query support () ()

logout locally before logging in. fixes . () ()

oauth2: support authorization code grant and refresh token () ()

add support for custom token key in request header () ()

(2018-04-09)

scheme/oauth2: add option to use IdToken instead of AccessToken () ()

add support for logging out without an API endpoint () ()

(2018-04-03)

local-scheme-token: avoid token type duplicata on Axios requests ()

local-scheme-token: removed token type from axios setToken (), closes

scheme-resolution: fix problem with backslashes in path to schemes on windows ()

no token exception when tokenRequired is set to false () ()

(2018-04-02)

clear axios token after logout () ()

Typo in README.md ()

use getToken ()

wrong axios ordering in windows platform. () ()

auth: return promise reject on request error ()

fetchUser: fetchUser should only be called when enabled ()

fetchUser: fetchUser should only be called when enabled () ()

module: remove duplicate strategy options ()

add auth0-js scheme ()

package: add client-oauth2 ()

redirect: add full path redirect option () ()

allow extending auth with plugins () ()

allow providers params to be overloaded from nuxt.config.js () ()

handle invalid strategy ()

loginWith function ()

test: add custom _provider and _scheme for basic fixture ()

use consola for cli messages ()

user and loggedIn shortcuts ()

module: optimize plugin ()

(2018-02-04)

fix scope checks during logout ()

refactor init logic to $auth.init and improve error handling ()

(2018-02-03)

Auth: register vuex store before all watchers ()

(2018-02-03)

deps: update dependencies ()

watcher: close and undefined bug ()

watchState and watchLoggedIn (), closes

(2018-02-02)

guard check ()

prevent middleware infinite loops ()

ssr and code reduction ()

typo in lodash template ()

$auth.hasScope ()

$auth.onError ()

allow token to be a nested object in the response () ()

handle endpoints.propertyName (), closes

rewriteRedirects ()

update defaults to axios 5.x ()

use new Auth class ()

improve cookie handling ()

(2017-12-29)

rc11 backward compatibility ()

(2017-12-29)

store: return promise in all actions ()

improve compatibility for nuxt 1.0.0 ()

(2017-12-28)

add fetchUser option () ()

allow customizing http method for user endpoint () ()

more compatibility for nuxt@next ()

(2017-12-20)

(2017-11-18)

store: skip only if token is not set. resolves . ()

store: resetOnFail option ()

(2017-11-17)

store: better check for loggedIn ()

(2017-11-15)

store: let LocalStorage to be optional (, ) ()

improve token options ()

(2017-11-12)

middleware: redirects ()

(2017-11-10)

improve auth store ()

improvements () ()

import only needed lodash functions (, Mic) ()

(2017-10-19)

(2017-10-19)

(2017-09-06)

warn only needed ()

(2017-09-05)

warn when axios module is not registered ()

(2017-09-04)

package: publish templates ()

(2017-09-04)

(2017-09-04)

standard-version
4.9.1
#587
ffda6b0
4.9.0
#541
7e4f1ed
#144
#411
#249
#543
344920c
#544
ab75ebc
#172
#528
02d14ac
#278
#542
fb63f6f
#518
59831fb
4.8.5
a2da3a4
#492
09d81ea
8ef5a9b
#472
4.8.4
#453
06165a0
4.8.3
#449
458d60b
4.8.2
4.8.1
#387
7c79fd4
#385
#391
4605681
#394
9cf304f
4.8.0
#385
3ee609d
#381
af550d4
4.7.0
#303
9553f5c
4.6.6
#372
323346e
4.6.5
648fdc9
4.6.4
#367
4d3feff
4.6.3
#365
db6d3d4
4.6.2
#365
db6d3d4
4.6.1
dd92ec8
4.6.0
e5579e9
#193
39fa137
#234
03dba23
#246
725e0c9
#246
eb7dc9e
#247
c2b0d7b
#203
3a0e080
#346
aa5f29d
#235
398a515
#222
174e135
c4691ab
#230
604cc5d
#239
abfa084
#199
0226836
a8fbda8
#360
d05fcca
#185
aacb191
#264
54b0720
#298
b730203
#358
0d60c2d
#301
8654a48
#253
6420ddc
9f53a4f
#197
469f2f8
4.5.2
#204
f0e693a
#200
619184b
#224
752f4ad
a53c38c
#235
c401122
4.5.1
471d59f
4.5.0
#80
2497cc0
#189
d993e01
#80
16a7904
4.4.0
#160
0450b57
nuxt-community/auth-module#133
#175
6206803
#158
2afe9ca
4.3.0
#159
8b1819f
#157
9b09459
4.2.1
#153
8275e60
#158
0386eb9
4.2.0
#132
7d17f75
#131
08d86cb
#146
19de22b
#149
a37d599
#136
#151
b6cfad4
#145
18ecca5
#152
f7576e3
4.1.0
#121
554a042
#124
6189c6d
4.0.1
3908563
c64e7f1
#113
77161b8
#118
56265a7
4.0.0
#84
be65f09
1ec0882
bec8518
#56
44db0d4
f2883c6
dd0638e
#60
beb3121
2e167f8
c38a1e4
e0efa60
#96
ca8785f
#98
3712a60
#77
8542959
f079ae2
2aed448
7423e77
1db2b2e
13a5eec
b7998c6
4.0.0-rc.3
e2ebd97
b58ca17
4.0.0-rc.2
006650f
4.0.0-rc.1
5d6cb8a
#52
2a03f2f
b628455
#52
4.0.0-rc.0
cf013a0
6ec1b34
952700c
eac33d2
6d6c7b3
151868a
#45
8064839
710561b
#46
dde409a
10157aa
d4da740
c50e68f
3.4.1
c0222e9
3.4.0
1a9a76e
7740dec
3.3.0
#27
1b8856c
#28
994152b
d50be11
3.2.1
3.2.0
#20
23b12d5
55e2397
3.1.1
37f22fe
3.1.0
#18
@epartipilo
b4086a0
2a2c4c2
3.0.1
77bd1e4
3.0.0
499c28a
#11
5d870c2
#14
@leahci
fc6ae68
2.0.7
2.0.6
2.0.5
a9dbe04
2.0.4
6ace50b
2.0.3
eb1706a
2.0.2
2.0.1