Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以避免 Github 访问的重定向。即我可以在内部传递用户名和密码并生成令牌而不显示用户 github 页面进行登录。请帮忙
当您使用基本身份验证时,您可以只以纯文本形式发送用户名和密码,但是当您使用 OAuth 时,您必须显示页面。