1.1.0 • Published 6 years ago

@cognite/frontend-auth-provider v1.1.0

Weekly downloads
24
License
Apache-2.0
Repository
github
Last release
6 years ago

Cognite Frontend Auth Provider

Build Status

The Cognite Frontend Auth Provider makes it easy to integrate Cognite's login flow into any web application.

You need to use the Cognite JavaScript SDK with this module.

Installation

Install the package with yarn:

yarn add @cognite/frontend-auth-provider

or npm

npm install @cognite/frontend-auth-provider --save

Getting Started

See the examples folder on how to use this module.

Using Typescript

The SDK is written in native typescript, so no extra types needs to be defined.

Documentation

License

Apache 2.0

Release

How to release a new version:

  1. Create a new branch
  2. Commit changes (if any)
  3. Run
    $ npm version [patch/minor/major]
  4. Push branch and push tags (git push --tags)
  5. Create a new pull requests
  6. A new version will be published when PR is merged
1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago