twilio-labs / dev-phone

A developer tool for testing SMS and Voice applications
MIT License
78 stars 22 forks source link

Allow developers to use dev-phone from the same shared project in multiple machines #36

Open luisleao opened 2 years ago

luisleao commented 2 years ago

What happens if developers is sharing the same project in a hackathon?

At the moment, the current code remove all API Keys names 'dev-phone', but that will block any other sessions from the same project.

Suggestion: use a random prefix and remove it when the dev-phone backend is closed on terminal.

ayyrickay commented 2 years ago

I'm labeling this as a bug and an enhancement. We may want to consider tinkering with the local environment to track the dev-phone resource and clean it up more specifically (and then delete environment resources, idk.). One could imagine an array of local dev-phones.

eherot commented 8 months ago

I feel like this could easily be addressed by simply allowing people to name their dev-phone instances and then only deleting the instances with matching names.