Files
triggerdotdev--trigger.dev/apps
Saadi Myftija 82d158d92c fix: use higher entropy invite tokens (#2558)
* fix: use higher entropy invite tokens

We currently use CUIDs for invite tokens, which are generated using
a pattern and are not cryptographically secure. This PR switches to
a higher entropy string generated with `nanoid`.

* Dedupe the invite emails in the application
2025-10-04 08:05:52 -07:00
..