By using github-forum, you understand that you are using your own github account to post, read or comment on data. github-forum allows your browser to connect with github directly without the need for third party authorization. At no time are your personal details trusted to any third party organizations and your login credentials only ever travel between your browser and github.
You also understand that misuse of this site is misuse of your github account. Even if not logged in, misuse of this site will quickly lead to your ip being blocked by github
github-forum is completely open source and available for code review here
To login to github-forum for the first time you need to do the following:
- Login to your Github Account
- navigate to https://api.github.com/settings/tokens/new
- add a name for your access token in the Note input
- The created access token need only have permissions to read user profile and write issues/comments
- select the scopes read:user and public_repo
- click on the “Generate token” button
- Type or paste the created access token into the github-forum login access token input
- add a strong password to the github-forum login input to store an AES-256-GCM encrypted copy of the token locally. Do not lose the password, as the encrypted token alone is useless and you will have to reset the process.
- click the commit button
- if successful, you should be redirected to your github-forum profile page
- upon future logins and assuming the encrypted token is stored locally, you need only type your password to login
- Your encrypted token can be deleted at anytime by clicking the reset button on the login page