nuxt-community / auth-module

Zero-boilerplate authentication support for Nuxt 2
https://auth.nuxtjs.org
MIT License
1.93k stars 924 forks source link

[Docu] $storage lead to nowhere #1443

Closed rowild closed 2 years ago

rowild commented 2 years ago

This is related to Nuxt DOCUMENTATION, not code!

Version

module: nuxt:

Nuxt configuration

mode:

Reproduction

https://auth.nuxtjs.org/api/auth/#loggedin

What is expected?

What is actually happening?

Steps to reproduce

Additional information

Checklist

Steps to reproduce

https://auth.nuxtjs.org/api/auth/#loggedin

The documentation links $storage to a page that does not exist.

PS: Would it be possible to provide a documentation-related github section here? There is bugs, feature request etc; documentation as a separate option would be helpful for all, I assume?

Intevel commented 2 years ago

Fixed in #1444

rowild commented 2 years ago

Thank you, @Intevel !