nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Replace query param auth with authorization header auth #104

Closed joshdholtz closed 4 years ago

joshdholtz commented 4 years ago

Fixes #96

Motivation

GitHub was yelling at me via emails when I tried to authenticate with a token in the query parameter

Description