-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Right now the getProfileFromTokens() function requires there to be a chainPath in the token and it also requires the user to pass in a master public key to derive a child key using the chainPath. I feel like it should be possible for the user to use a simpler structure where you have only a single public key that doesn't need the existence of an HD tree.
A simple addition is to have the logic of getProfileFromTokens() check for the existence of chainPath and if it's not there it skips that verification step. If there is interest I can do a pull request.
Metadata
Metadata
Assignees
Labels
No labels