An open API service indexing awesome lists of open source software.

https://github.com/cachetronaut/plugg

Plugg provides identity and authentication adapter contracts.
https://github.com/cachetronaut/plugg

agents authentication identity plugg python typescript

Last synced: 3 days ago
JSON representation

Plugg provides identity and authentication adapter contracts.

Awesome Lists containing this project

README

          

# Plugg


Plugg logo

Neutral authentication port for agent-fabric primitives: resolves opaque credentials into fabric principals without vendor identity leakage.

Plugg is a primitive with TypeScript and Python implementations maintained in one public repository. The shared repo keeps the public contract, fixtures, issues, and release history aligned across languages.

## Packages

- npm: `@cachetronaut/plugg`
- PyPI: `plugg`

## Repository Layout

- `ts/` - TypeScript implementation and npm package.
- `py/` - Python implementation and PyPI package.
- `fixtures/` - Shared conformance and parity fixtures when the primitive needs them.

## Package Documentation

- TypeScript package notes: [ts/README.md](ts/README.md)
- Python package notes: [py/README.md](py/README.md)

## License

MIT