We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why did you pass a file as a parameter since you can check the cookies as a first step and handle the page depend on the result like:
if(req.headers.cookie === undefined){ // handle the login/signup page }else{ // get the cookies values and handle the home page }
HebronRest-Updated/src/server/handler.js
Lines 13 to 14 in e2fce6b
The text was updated successfully, but these errors were encountered:
Also, how did you check the cookies and user verify while you didn't set the cookies in your code!
verify
Line 18 in e2fce6b
Sorry, something went wrong.
No branches or pull requests
Why did you pass a file as a parameter since you can check the cookies as a first step and handle the page depend on the result like:
HebronRest-Updated/src/server/handler.js
Lines 13 to 14 in e2fce6b
The text was updated successfully, but these errors were encountered: