lkaric / nestjs-twilio

Injectable Twilio client for Nestjs.
https://www.npmjs.com/package/nestjs-twilio
MIT License
42 stars 10 forks source link

Can I register multiple Twillio accounts in one app? #61

Closed ZhaoKunLong closed 11 months ago

ZhaoKunLong commented 1 year ago

Help wanted

Can I register multiple Twillio accounts in one app? What should I do?

Case

This is my case.

lkaric commented 11 months ago

@ZhaoKunLong Considering I'm cleaning up, might as well give you some directions. The question you posted is more related to the Nest itself. I'd explore option of altering injection scopes and making a dynamic provider.