Skip to content

Simple OAuth libraries for client and server integration

License

Notifications You must be signed in to change notification settings

zero88/zero-oauth

Repository files navigation

OAuth APIs Client

Build Status CircleCI Coverage Quality Status

Overview

Specification

Usecases

  • Use directly by CLI -> open browser -> Mock Application server for callback url.
  • Use in Java client (robot) -> AUTH_CODE | IMPLICIT | CLIENT_CREDENTIALS -> open browser -> Mock application server
  • Use in Android without server -> IMPLICIT -> open browser
  • Integrate in existing server -> AUTH_CODE
  • Use as 3rd server to consume External API -> Docker