Pasee — Identity Management Server

Pasee is an open-source HTTP API server published by Melty Group that layers group and user management over one or more identity providers — one or many Kisee instances plus external providers such as Twitter or GitHub. It serves a JSON-Home document at its root describing its users, groups and tokens resources, and issues ES256-signed JWTs. Self-hosted software rather than a Melty-operated public API; last released to PyPI as 21.4.1 in April 2021. No OpenAPI, AsyncAPI or GraphQL SDL is published for it.

API entry from apis.yml

apis.yml Raw ↑
aid: melty-pasee
name: Pasee — Identity Management Server
description: Pasee is an open-source HTTP API server published by Melty Group that layers group and user
  management over one or more identity providers — one or many Kisee instances plus external providers
  such as Twitter or GitHub. It serves a JSON-Home document at its root describing its users, groups and
  tokens resources, and issues ES256-signed JWTs. Self-hosted software rather than a Melty-operated public
  API; last released to PyPI as 21.4.1 in April 2021. No OpenAPI, AsyncAPI or GraphQL SDL is published
  for it.
humanURL: https://pasee.readthedocs.io/en/latest/
baseURL: http://{host}:8150
tags:
- Identity
- Authentication
- JWT
- Open-Source
- Self-Hosted
tags_raw:
- Identity
- Authentication
- JWT
- Open Source
- Self-Hosted
properties:
- type: Documentation
  url: https://pasee.readthedocs.io/en/latest/
- type: SourceCode
  url: https://github.com/meltygroup/pasee
- type: License
  url: https://github.com/meltygroup/pasee/blob/master/LICENSE