…provider library for Cloudflare Workers](https://github.com/cloudflare/workers-oauth-provider) 是开源的 OAuth 2.1 实现,在 Git log 中记录了完整的 Prompt。虽然项目是 95% 自动生成的,但是还有一些不得不手动接入的情况。 --- [Why We’re Moving on From Ni…
[[ Oauth ]]
3 篇文章提到了此关键词
…bsite](https://eli.thegreenplace.net/2023/sign-in-with-github-in-go/) Golang 实现OAuth 示例,分别使用标准库,x/oauth2 和 gologin 来实现。 另外发现 github 的 OAuth Apps 得到的 access tok…
…//blog.miguelgrinberg.com/post/oauth-authentication-with-flask-in-2023) Flask 实现OAuth 示例,介绍了如何配置 Provider,如何设置 callback url ,如何使用 authorization code 获取 access token 流程。代码很清理,不到 200行,很适合…