nwtgck/gh-card

Authenticating using query parameters is deprecated

nwtgck opened this issue · 1 comments

see: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters

val query: String = gitHubAuthOpt.map(a => s"?client_id=${a.gitHubClientId}&client_secret=${a.gitHubClientSecret}").getOrElse("")

Solved by 71335e0