Skip to content

Commit ed27116

Browse files
committed
nuxt -> Nuxt
1 parent 9a6332d commit ed27116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,9 @@ export default function (context) {
520520

521521
For a summary, the `initAuth` function will make auth available in the state without much configuration.
522522

523-
### Authentication storage with nuxt
523+
### Authentication storage with Nuxt
524524

525-
Since nuxt is running both client- and server side, it has limits on the availability of certain browser specific variables like `window`. Because of that, trying to configure the feathers client to use `window.localStorage` will result in an error or unexpected / not working behaviour. There's a simple solution though:
525+
Since Nuxt is running both client- and server side, it has limits on the availability of certain browser specific variables like `window`. Because of that, trying to configure the feathers client to use `window.localStorage` will result in an error or unexpected / not working behaviour. There's a simple solution though:
526526

527527
When you configure the auth module in your feathers-client, use [cookie-storage](https://www.npmjs.com/package/cookie-storage) instead of `window.localStorage` to store the authentication data inside a cookie.
528528

0 commit comments

Comments
 (0)