4
0
forked from crowetic/commerce

Add note in Vendure readme on correct server config for sessions (#417)

This commit is contained in:
Michael Bromley 2021-07-29 02:32:42 +02:00 committed by GitHub
parent 4b164d20a3
commit ff715c4ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,8 @@ UI hooks and data fetching methods built from the ground up for e-commerce appli
```
3. With the Vendure server running, start this project using `yarn dev` or `npm run dev`.
**Note:** The Vendure server needs to be configured to use the "cookie" tokenMethod rather than "bearer" to work with this provider. For more information see the [Managing Sessions docs](https://www.vendure.io/docs/storefront/managing-sessions/).
## Known Limitations
1. Vendure does not ship with built-in wishlist functionality.