Files
triggerdotdev--trigger.dev/apps/webapp
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
..
2025-05-28 11:02:56 +01:00
2025-08-03 17:56:23 +01:00
2025-03-08 14:53:06 +00:00
2023-01-10 16:09:42 +00:00
2025-07-16 16:36:36 +01:00
2022-12-06 12:28:16 +00:00
2024-10-09 12:52:52 +01:00
2024-10-21 15:07:08 +01:00

Trigger webapp - powered by Remix

To start, run with pnpm run dev --filter webapp

Build the docker image locally:

pnpm run docker:build:webapp
docker run -it triggerdotdev-webapp sh