Cognite Frontend Auth Provider
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:
- Create a new branch
- Commit changes (if any)
- Run
$ npm version [patch/minor/major]
- Push branch and push tags (
git push --tags
) - Create a new pull requests
- A new version will be published when PR is merged