I have a scenario where web app(node application) has to interacts with Composer-REST server. The application would be accessible by different participants of an organization.
There is an authentication server which creates the session for the user when he logs in.
I am not sure how to get a user's card(composer card) to interact with REST server. I found that there is a composer-wallet-redis which can be used to store the cards. But, not sure how to access it by web application? We create cards by composer cli then how redis would have that information?
Do we need to manually export the cards to redis server? If so, How do we tackle new participant use cases where we have to generate cards through code?