Skip to content

Instantly share code, notes, and snippets.

@HigoRibeiro
Created May 1, 2019 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HigoRibeiro/cf56e47330c58b9a4c1b4ab6a570f6f3 to your computer and use it in GitHub Desktop.
Save HigoRibeiro/cf56e47330c58b9a4c1b4ab6a570f6f3 to your computer and use it in GitHub Desktop.
module.exports = {
github_user: {
id: 1,
name: 'Git Rocketseat',
login: 'git_rocketseat',
avatar_url: 'https://avatars3.githubusercontent.com/u/28929274?s=400&u=a6e4d2e03f4b09706cdc47ab4027d06ae6d7abd6&v=4',
html_url: 'https://github.com/Rocketseat',
},
github_emails: [{
email: 'git@rocketseat.com.br',
primary: true,
verified: true,
visibility: 'public',
}],
access_token: {
post: 'redirect_uri=http://127.0.0.1:3333/admin/github/callback&grant_type=authorization_code&client_id=fake-client-id&client_secret=fake-client-secret&code=fake-code',
get: 'access_token=fake-token&scope=user&token_type=bearer',
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment