This package has been deprecated

Author message:

This package is no longer maintained. Please use the SDK: https://www.npmjs.com/package/@cognite/sdk or react-auth: https://www.npmjs.com/package/@cognite/react-auth

@cognite/frontend-auth-provider
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published
Cognite logo

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

Package Sidebar

Install

npm i @cognite/frontend-auth-provider

Weekly Downloads

0

Version

1.1.0

License

Apache-2.0

Unpacked Size

43.7 kB

Total Files

9

Last publish

Collaborators

  • npmwatchtower
  • cognitecicd