Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/animo/openid-federation-ts
https://github.com/animo/openid-federation-ts
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/animo/openid-federation-ts
- Owner: animo
- License: apache-2.0
- Created: 2024-05-28T12:45:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:01:37.000Z (9 days ago)
- Last Synced: 2024-11-07T12:33:02.629Z (8 days ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
Awesome Lists containing this project
README
OpenID Federation
Powered by
Packages
|
Getting started
|
Usage
|
Contributing
|
License---
## Packages
All packages are placed in the [`packages/`](./packages) directory.
| Package | Version | Description |
| ------------------------------------------------------------------- | ------- | ---------------------------------- |
| [`@openid-federation/fetch`](./packages/openid-federation-fetch) | 0.1.0 | Fetch implementation which is used to fetch the OpenID Federation. |
| [`@openid-federation/policies`](./packages/openid-federation-policies) | 0.1.0 | Policies for OpenID Federation shared. |
| [`@openid-federation/registry`](./packages/openid-federation-registry) | 0.1.0 | Implementation of the registry for OpenID Federation. |
| [`@openid-federation/registry-policies`](./packages/openid-federation-registry-policies) | 0.1.0 | Policies for the registry for OpenID Federation. |
| [`@openid-federation/resolver`](./packages/openid-federation-resolver) | 0.1.0 | Resolver implementation for OpenID Federation. |
| [`@openid-federation/resolver-policies`](./packages/openid-federation-resolver-policies) | 0.1.0 | Policies for the resolver for OpenID Federation. |## Getting Started
pnpm
Install dependencies:
```sh
$ pnpm install
```## Usage
## Contributing
Is there something you'd like to fix or add? Great, we love community
contributions! To get involved, please follow our [contribution guidelines](./CONTRIBUTING.md).## License
This project is licensed under the Apache License Version 2.0 (Apache-2.0).