Skip to content

Commit

Permalink
Release 14.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 16, 2025
1 parent 513f8de commit a041855
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).

## 14.40.0 - 2024-12-11
## 14.41.0 - 2025-01-16
### Added
- Add workflow task id in document module inputs

### Fixed
- Do not show the consent screen if consent was already granted
- Profile Data now correctly accepts 8 to 10 digit-long Kenyan ID card numbers
- fix complete endpoint call in cross device flow

## 14.39.1 - 2024-11-20
## 14.40.0 - 2024-12-11
### Added
- Add workflow task id in document module inputs

### Fixed
- Do not show the consent screen if consent was already granted

## 14.39.0 - 2024-11-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ To do so, please contact your Onfido Solution Engineer or Customer Success Manag

When using the decentralized authentication solution, by default the SDK manages biometric token storage, by storing it on local storage. The SDK also allows the clients to take control of the token lifecycle and exposes an callback to override the default implementation to read and write the token, so it can be stored on device, in cloud, in a keystore or on your premises.

**Note** that by using the callback it will prevent the SDK to store the token.
**Note** that using the callback will prevent the SDK from storing the biometric token.

```typescript
Onfido.init({
Expand Down

0 comments on commit a041855

Please sign in to comment.