【发布时间】:2020-10-27 07:06:26
【问题描述】:
我最近收到一封电子邮件,说 github 正在弃用通过查询参数进行 API 身份验证
https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/
我使用的网址类似于, https://github.com/login/oauth/authorize?scope=user:email%20read:user&client_id=
是否也不推荐使用客户端 ID 作为查询参数?如果有,还有其他方法吗?
【问题讨论】:
标签: c# authentication github oauth