@balena/jellyfish-plugin-oauth
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Jellyfish OAuth Plugin

Provides OAuth related contracts and Jellyfish auth integration.

Usage

Below is an example how to use this library:

import { defaultPlugin } from '@balena/jellyfish-plugin-default';
import { oauthPlugin } from '@balena/jellyfish-plugin-oauth';
import { PluginManager } from '@balena/jellyfish-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([
	defaultPlugin(),
	oauthPlugin(),
]);
const contracts = pluginManager.getCards();
console.dir(contracts);

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-oauth

Testing

Unit tests can be easily run with the command npm test.

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-plugin-oauth

Weekly Downloads

0

Version

1.0.0

License

AGPL-3.0

Unpacked Size

53.3 kB

Total Files

31

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io