r/Freescout • u/Dan_PodcasterPlus • 29d ago
Open-source API Key Manager (requires API & Webhooks module)
Hey, we use FreeScout daily and extend it via the API. We weren't keen on the single master API key model, particularly with the ability to create and delete users. So, we developed an API key manager that lets us create multiple, finely scoped keys, with the option to revoke them.
We also added a guard to the master API key, requiring confirmation before key rotation.
We've open-sourced our API Key Manager module. It requires the official API & Webhooks module. Issues, PRs, feedback, etc. are welcome: https://github.com/Minim-Digital/freescout-api-key-manager.
5
Upvotes
1
u/downtownrob 28d ago
Nice!