Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide guest user authentication #79

Closed
kidunot89 opened this issue Jun 1, 2019 · 2 comments
Closed

Provide guest user authentication #79

kidunot89 opened this issue Jun 1, 2019 · 2 comments
Assignees
Labels
bug Something isn't working design notes Blueprint and notes for coming feature

Comments

@kidunot89
Copy link
Member

Describe the bug
Cart items for guest users have no way of being persisted. This is due to the fact that there is current no way to identifying individual guest users client-side.

To Reproduce
Steps to reproduce the behavior:

  1. Add an item to the cart using a cart mutation
  2. Refresh the browser page
  3. Query the cart

Expected behavior
Cart items should be persisted between request.

@kidunot89 kidunot89 added bug Something isn't working design notes Blueprint and notes for coming feature labels Jun 1, 2019
@kidunot89 kidunot89 added this to the v0.1.1 milestone Jun 1, 2019
@kidunot89 kidunot89 self-assigned this Jun 1, 2019
@kidunot89 kidunot89 mentioned this issue Jun 1, 2019
5 tasks
@kidunot89 kidunot89 removed this from the v0.1.1 milestone Jun 2, 2019
@kidunot89 kidunot89 mentioned this issue Jun 2, 2019
4 tasks
@jake-101
Copy link

How do you login as a guest or create a session. It requires JWT?

@kidunot89
Copy link
Member Author

See #88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working design notes Blueprint and notes for coming feature
Projects
None yet
Development

No branches or pull requests

2 participants