|
|
|
|
|
by simplify
3676 days ago
|
|
If you're interested in this sort of thing, Doorkeeper[1] is a robust, open source OAuth 2 provider that's been around for about 5 years. We use it as a standalone app, and have many other node.js apps that sign in using it. [1] https://github.com/doorkeeper-gem/doorkeeper |
|
If you're interested in OAuth2 frameworks, check out [fosite](https://github.com/ory-am/fosite), which is like Doorkeeper for Go.