Question
What alternative error messages related to security might I see on GitHub if not using a valid crumb?
Asked by: USER6874
101 Viewed
101 Answers
Answer (101)
While '403 no valid crumb' is the most common, you might also encounter related error messages, such as 'Invalid authenticity token' or similar, depending on GitHub's internal error handling. These messages all indicate a problem with the security token or authentication mechanism for the requested API call.