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

Favourites without login #51

Closed
botsbuzz opened this issue Jan 23, 2017 · 2 comments
Closed

Favourites without login #51

botsbuzz opened this issue Jan 23, 2017 · 2 comments
Labels

Comments

@botsbuzz
Copy link

I turned off JWT Auth in /lib/api.js.
How to use the favourites feature?

@mcnamee
Copy link
Owner

mcnamee commented Jan 23, 2017

Hi there @botsbuzz
Favourites are saved to the API, against a member's account. You're therefore required to authenticate with the API (via JWT) to use the favourites feature.

If required, for the app you're writing, you could re-write the favourites feature to persist to Redux, and remove the post to the API stuff.

@botsbuzz
Copy link
Author

Thank you so much @mcnamee !
I have to re-write favourites feature to persist to Redux.

Great starter kit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants