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

USER_TOKEN is not defined in Signup page #343

Open
anugoon-c opened this issue Jun 20, 2018 · 3 comments
Open

USER_TOKEN is not defined in Signup page #343

anugoon-c opened this issue Jun 20, 2018 · 3 comments

Comments

@anugoon-c
Copy link

After fill the signup form and submit, User has registered but can't store user session in page

@delanthear
Copy link

I'm getting this too.

@ChaStPierre
Copy link

disappointing to not see any feedback. I'm also having the same issue.

@MikeAliG
Copy link

MikeAliG commented Nov 30, 2018

Put the below code in constants

export const AUTH_TOKEN = "auth-token";
export const USER_ID = "user-id";

and also if you are sending user token from server it should follow the above pattern:

export const USER_TOKEN = "user-token";

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

No branches or pull requests

4 participants