Fluxx OAuth API

OAuth 2.0 authorization for the Fluxx REST API. Administrators register an application at /oauth/applications on their instance to obtain a client ID and client secret, then exchange them for an access token at /oauth/token. Endpoints are modeled from Fluxx's documented OAuth flow; the authorization surface lives on each customer's own instance.

API entry from apis.yml

apis.yml Raw ↑
aid: fluxx-grants:fluxx-grants-oauth-api
name: Fluxx OAuth API
tags:
- Authentication
- OAuth
- Tokens
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://github.com/fluxxlabs/fluxx_api_toolkit_java
baseURL: https://{client}.fluxx.io/oauth
properties:
- url: https://github.com/fluxxlabs/fluxx_api_toolkit_java
  type: Documentation
- url: README.md
  type: Overview
description: OAuth 2.0 authorization for the Fluxx REST API. Administrators register an application at
  /oauth/applications on their instance to obtain a client ID and client secret, then exchange them for
  an access token at /oauth/token. Endpoints are modeled from Fluxx's documented OAuth flow; the authorization
  surface lives on each customer's own instance.