question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CSRF authentication problem

See original GitHub issue

I tried to set up the FCC server locally in my machine, following the instructions given here - https://github.com/FreeCodeCamp/FreeCodeCamp/blob/staging/CONTRIBUTING.md

edit(@berkeleyTrue):

Looks like #11058 is going to be delay a bit, so I’ve move this to confirmed again and added a help wanted tag.

The issue lies with a typo here

csrfToken should be just token. Please check first that you can replicate the issue, then make your change. Then verify that the issue has been resolved.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
Bounceycommented, Oct 24, 2016

Blocking as resolved, depending on #11058

0reactions
BerkeleyTruecommented, Oct 27, 2016

Looks like #11058 is going to be delay a bit, so I’ve move this to confirmed again and added a help wanted tag.

The issue lies with a typo here

csrfToken should be just token. Please check first that you can replicate the issue, then make your change. Then verify that the issue has been resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSRF token error messages - Help | Todoist
This error message means that your browser couldn't create a secure cookie, or couldn't access that cookie to authorize your login. This can...
Read more >
CSRF Protection Problem and How to Fix it - freeCodeCamp
What is CSRF? CSRF is an acronym for Cross-Site Request Forgery. It is a vector of attack that attackers commonly use to get...
Read more >
Cross-Site Request Forgery Prevention Cheat Sheet
A CSRF attack works because browser requests automatically include all cookies including session cookies. Therefore, if the user is authenticated to the site, ......
Read more >
What Is Cross-Site Request Forgery (CSRF) and ... - Synopsys
Cross-Site Request Forgery (CSRF) is an attack that forces authenticated users to submit a request to a Web application against which they are...
Read more >
How To Fix Missing CSRF Token Error In Safari - Maisie AI
CSRF stands for Cross-Site Request Forgery and is a type of web security vulnerability that can execute unwanted or malicious actions on a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found