OAuth Integrations¶
This page lists various OAuth integration tools and libraries.
| Name | Description |
|---|---|
| Connexion | Python Swagger-first REST framework with OAuth support. |
| Friboo | Clojure Swagger-first REST framework with OAuth support. |
| Tokens | A Java library that keeps OAuth 2.0 service access tokens in memory. Works with Taupage and berry out of the box. |
| Python Tokens | Python library to manage OAuth access tokens. Works with Taupage and berry out of the box. |
| Spring Boot Tokens | Spring-Boot integration for STUPS OAuth2 Tokens library. Works with Taupage and berry out of the box. |
| Spring OAuth2 Support | Spring-OAuth2 STUPS Support. Allows securing resource servers implemented with Spring, as well as building API clients, that access OAuth2-protected resources, using Spring’s RestTemplate. |
| Spring Social ZAuth | Spring-Social support for Zalando OAuth provider. Allows securing UI frontends via OAuth Authorization Code redirect flow. |
| Zign | Command line client to generate OAuth2 access tokens |
| HTTPie Zign | HTTPie plugin to use Zign OAuth2 tokens |
| Chrome OAuth Bearer Plugin | Chrome browser plugin to inject OAuth 2 bearer tokens into outgoing HTTP requests (Authorization header). |
| Ginoauth2 | OAuth2 middleware to use with Gin Framework. |
| Node-tokens | Like zalando-stups/tokens, but for Node.js |
| authmosphere | A library implemented in TypeScript to support OAuth2 workflows in JavaScript projects. |