Created
August 14, 2014 04:54
-
-
Save msjyoo/38b0d2ca4d180dbca82c to your computer and use it in GitHub Desktop.
PHPStorm GitHub 2-Factor Login "Json Parse Error"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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