From ae1a7fa4ff47fb3151882868e116950fb7837cfe Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 3 Apr 2018 19:56:10 +0430 Subject: [PATCH] update docs --- docs/api/auth.md | 2 +- docs/api/storage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/auth.md b/docs/api/auth.md index 3627e4ff9..4c8c12b68 100644 --- a/docs/api/auth.md +++ b/docs/api/auth.md @@ -1,6 +1,6 @@ # $auth -[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/auth/auth.js) +[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/core/auth.js) This module globally injects `$auth` instance, meaning that you can access it anywhere using `this.$auth`. For plugins, asyncData, fetch, nuxtServerInit and Middleware, you can access it from `context.app.$auth`. diff --git a/docs/api/storage.md b/docs/api/storage.md index f308e552c..1e7127fbf 100644 --- a/docs/api/storage.md +++ b/docs/api/storage.md @@ -1,6 +1,6 @@ # $auth.$storage -[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/auth/storage.js) +[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/lib/core/storage.js) Auth module has a built-in powerful and universal storage to keep tokens and profile data.