arcjet-js icon indicating copy to clipboard operation
arcjet-js copied to clipboard

feat: Add Remix adapter

Open blaine-arcjet opened this issue 4 months ago • 13 comments

This adds a Remix adapter.

We provide a special getLoadContext export which is demonstrated in the example application. It currently looks up the IP from an Express or Deno server, but we're waiting on https://github.com/remix-run/remix/pull/10042 before their Deno plugin will provide the argument we need.

Closes #1313

blaine-arcjet avatar Oct 04 '24 18:10 blaine-arcjet