Skip to content

GitHub deprecation notice for authentication via URL query parameters #374

Description

@jessiedeleon

Github is emailing me about the deprecation of using access_token in the URL query parameters.
https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/

I am using this codes to connect to GitHub:
github = Github.new oauth_token: my_access_token, org: 'myOrg'

Now how can I add the with the GitHub changes where access token should be in the request header as Authorization: token my_access_token?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions