OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications
65 stars 25 forks source link

Add Sub Wallet "Login" to AriesAgentController class #73

Closed wip-abramson closed 3 years ago

wip-abramson commented 3 years ago

Description

Now we have the multitenant API we need to extend the AriesAgentController to be able to speak to the ACA-Py agent as that wallet. ACA-Py creates a JWT Bearer token for each subwallet that must be passed into the API.

We need to be able to set this token in our class. Either through the constructor, or just a getter or probably both.

Are you interested in working on this improvement yourself?

Additional Context

Add any other context or screenshots.

morrieinmaas commented 3 years ago

Will be closed by merge request for issue 61