Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Flutter SDK
Commits
d04f1bc7
Commit
d04f1bc7
authored
Oct 19, 2023
by
Javokhir
Browse files
1.1.1
parent
3634559d
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d04f1bc7
## 1.1.
0
## 1.1.
1
*
Added enhanced security measures.
*
Added new clientHash and clientHashId methods. Those are mandatory if using entryType = AUTH.
*
🤩 New measures of spoof detection, with zero penetration rate.
*
Upgrade Android SDK to 1.0.1.
*
Upgrade iOS SDK to 2.2.3.
...
...
README.md
View file @
d04f1bc7
...
...
@@ -22,7 +22,7 @@ Update your iOS configuration files
Change
`ios/Podfile`
to use version 11:
```
ruby
platform
:ios
,
'1
1.1
'
platform
:ios
,
'1
2.0
'
```
Add descriptions for camera permission to
`ios/YourProjectName/Info.plist`
:
...
...
@@ -44,6 +44,8 @@ Add descriptions for camera permission to `ios/YourProjectName/Info.plist`:
var
result
=
await
MyIdClient
.
start
(
config:
MyIdConfig
(
clientId:
clientId
,
clientHash:
clientHash
,
clientHashId:
clientHashId
,
passportData:
'AB1234567'
,
dateOfBirth:
'01.09.1991'
,
buildMode:
MyIdBuildMode
.
PRODUCTION
...
...
@@ -57,6 +59,8 @@ Add descriptions for camera permission to `ios/YourProjectName/Info.plist`:
Method | Notes | Default
--- | --- | ---
`clientHash`
| Client Hash | Provided by MyID sales team. Mandatory, if using entryType = AUTH
`clientHashId`
| Client Hash Id | Provided by MyID sales team. Mandatory, if using entryType = AUTH
`passportData`
| Passport serial number or PINFL data | Optional
`dateOfBirth`
| Date of birth in. Format:
`dd.MM.yyyy`
| Optional
`sdkHash`
| 32 characters long string | Optional
...
...
example/pubspec.lock
View file @
d04f1bc7
...
...
@@ -121,7 +121,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.
0.9
"
version: "1.
1.0
"
path:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
d04f1bc7
name
:
myid
description
:
MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version
:
1.1.
0
version
:
1.1.
1
homepage
:
https://pub.dev/packages/myid
repository
:
https://pub.dev/packages/myid
issue_tracker
:
https://gitlab.aigroup.uz/myid-public-code/myid-sample-flutter/-/issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment