Skip to content

Instantly share code, notes, and snippets.

@msjyoo
Created August 14, 2014 04:54
Show Gist options
  • Save msjyoo/38b0d2ca4d180dbca82c to your computer and use it in GitHub Desktop.
Save msjyoo/38b0d2ca4d180dbca82c to your computer and use it in GitHub Desktop.
PHPStorm GitHub 2-Factor Login "Json Parse Error"
If you are encountering the "Json Parse Error" with PHPStorm when trying to use the Token based authentication system:
When you are generating the token, allow it all permissions. PHPStorm will automatically adjust the token permissions to its requirements.
If you don't give it sufficient permissisons, it will fail to set the permissions automatically hence the error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment