From 0a1b69aaf2b8dc1e0d69b91ce6b027decf59dec6 Mon Sep 17 00:00:00 2001 From: GlenHughes Date: Tue, 23 May 2023 11:07:54 +0100 Subject: [PATCH] 4.2.1 --- CHANGELOG.md | 6 ++++++ README.md | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae8632..6782980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 23.05.2023 4.2.1 + +## Fixed + +- **Motion Permission**: Permission for motion collection is now requested for iOS and iPadOS after clicking the start `button` (it was moved to the `grant_button` in `v4.2.0`). + ## 21.04.2023 4.2.0 ## Added diff --git a/README.md b/README.md index 930581b..f36a80f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![iProov: Biometric Face Verification for Remote Identity Assurance](https://github.com/iProov/web/raw/master/images/banner.png) -# iProov Biometrics Web SDK v4.2.0 +# iProov Biometrics Web SDK v4.2.1 ## πŸ“– Table of contents @@ -44,7 +44,7 @@ The NPM package [@iproov/web-sdk](https://www.npmjs.com/package/@iproov/web-sdk) ### NPM Package -Using the `@iproov/web-sdk` package is the recommended way of using the iProov Web SDK in production, and works best with a bundler like Webpack, Parcel or Rollup. The iProov Web SDK is held in a private NPM registry, to gain access, please contact [support@iproov.com](mailto:support@iproov.com) sharing your NPM username and you will be given instructions on using the private NPM reg +Using the `@iproov/web-sdk` package is the recommended way of using the iProov Web SDK in production, and works best with a bundler like Webpack, Parcel or Rollup. The iProov Web SDK is held in a private NPM registry, to gain access, please contact [support@iproov.com](mailto:support@iproov.com) sharing your NPM username and you will be given instructions on usage. > ⚠️When you have been granted access, to use the `@iproov/web-sdk` via your CLI, you will need to authenticate with [NPM Login](https://docs.npmjs.com/cli/v9/commands/npm-login) or [YARN login](https://classic.yarnpkg.com/lang/en/docs/cli/login/). @@ -73,6 +73,8 @@ require("@iproov/web-sdk") It's as simple as that to include the iProov Biometrics Web SDK with your project. Now you can inject the web component where you need it using one of the [integration methods](#frontend) shown below. +> πŸ”’ A secure context is required when using the iProov Web SDK. This means that the page must be served over https including when using localhost. If you are using localhost, you can use a self-signed certificate. + ## πŸš€ Get started ### Backend