Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Password for creating an Identity should be mandatory or optional? #105

Open
rauljareno opened this issue May 13, 2020 · 0 comments
Open
Labels
Milestone

Comments

@rauljareno
Copy link
Contributor

Right now, the password parameter passed to create an identity is accepting null values, so it seems to be an optional value. Makes sense that this parameter is optional? just for having it in mind for validations implemented in the wrapper, as it is now mandatory in the wrapper.

Iden3mobile.newIdentity(
"$storePath/alias",
null,
web3Url,
1000,
null
) { event -> print(event) }

Result -> returns the identity
Expected -> Returns error asking to introduce a valid password as parameter

@arnaubennassar arnaubennassar added this to the phase3 milestone Jun 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants