1.0.1-alpha.2 • Published 4 years ago

typehydra v1.0.1-alpha.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

typehydra

typehydra is an unofficial client for ORY Hydra's administrative endpoints. It is not an OAuth2 client, but is instead used to manage ORY Hydra's administrative functions, like consent and login requests. typehydra aims to be an easier to use alternative to the autogenerated JS SDK.

Installation

# Using Yarn
yarn add typehydra

# Using NPM
npm i typehydra

Note: Typings are included with this package, no need to install @types/typehydra!

Versioning

typehydra follows semantic versioning. With each update to support a new oryOS version, if breaking changes are required, will constitute a major version bump. If there are breaking changes to typehydra itself, regardless of oryOS version, a major version bump will also occur.

Please refer to the table below for recommended typehydra versions for your oryOS version:

oryOS versiontypehydra min versiontypehydra max version
oryOS.101.0.0-alpha.1latest
>oryOS.10Not supportedNot supported

Note: typehydra may be somewhat or completely compatible with other versions of oryOS, but its is highly recommended to use the matching versions to avoid unexpected issues.