arcjet-js
arcjet-js copied to clipboard
feat: Add Remix adapter
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