Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooya Parsa committed Apr 3, 2018
1 parent 4539b85 commit ae1a7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/auth.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/storage.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit ae1a7fa

Please sign in to comment.