@coveo/auth
Advanced tools
Comparing version 1.6.19 to 1.6.20
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.6.20](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.6.19...@coveo/auth@1.6.20) (2022-06-28) | ||
### Bug Fixes | ||
* make lockfiles part of the PR generated files ([#2167](https://github.com/coveo/ui-kit/issues/2167)) ([0b1d12a](https://github.com/coveo/ui-kit/commit/0b1d12a5f47879583ace719f0ebf03f0490499a5)) | ||
## [1.6.19](https://github.com/coveo/ui-kit/compare/@coveo/auth@1.6.18...@coveo/auth@1.6.19) (2022-06-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@coveo/auth", | ||
"private": false, | ||
"version": "1.6.19", | ||
"version": "1.6.20", | ||
"description": "Functions to help authenticate with the Coveo platform.", | ||
@@ -6,0 +6,0 @@ "main": "./dist/auth.js", |
@@ -0,1 +1,3 @@ | ||
[![npm version](https://badge.fury.io/js/@coveo%2Fauth.svg)](https://badge.fury.io/js/@coveo%2Fauth) | ||
# @coveo/auth | ||
@@ -18,2 +20,3 @@ | ||
### Example | ||
``` | ||
@@ -33,2 +36,3 @@ import {buildSamlClient} from '@coveo/auth`; | ||
``` | ||
### Example with `@coveo/headless` | ||
@@ -55,2 +59,3 @@ | ||
``` | ||
### Example with `@coveo/headless` and `React` | ||
@@ -76,2 +81,2 @@ | ||
Default value is `https://platform.cloud.coveo.com`. | ||
Default value is `https://platform.cloud.coveo.com`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36421
79