@micro-fleet/oauth
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Micro Fleet - OAuth library

Belongs to Micro Fleet framework, provides helpers for authentication and authorization.

See more examples and usage guide in unit test.

INSTALLATION

  • Stable version: npm i @micro-fleet/oauth
  • Edge (development) version: npm i git@github.com:gennovative/micro-fleet-oauth.git

DEVELOPMENT

  • Install packages in peerDependencies section with command npm i --no-save {package name}@{version}. Or if you want to use directly neighbor packages, excute npm run linkPackages.
  • npm run build to transpile TypeScript then run unit tests (if any) (equiv. npm run compile + npm run test (if any)).
  • npm run compile: To transpile TypeScript into JavaScript.
  • npm run watch: To transpile without running unit tests, then watch for changes in *.ts files and re-transpile on save.
  • npm run test: To run unit tests.

RELEASE

  • npm run release: To transpile and create app.d.ts definition file.
  • Note: Please commit transpiled code in folder dist and definition file app.d.ts relevant to the TypeScript version.

Readme

Keywords

none

Package Sidebar

Install

npm i @micro-fleet/oauth

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

15.1 kB

Total Files

13

Last publish

Collaborators

  • hirikarate