Skip to main content
This tutorial shows the quickest way to add auth to a hosted Redop server.

What you will add

  • header-based auth with a built-in plugin
  • protected HTTP tools
  • a client call that includes the expected header

Step 1: Add the plugin

Step 2: Call the tool with the header

Send the header your plugin expects:

Step 3: Keep advanced config optional

If you need to change where the validated value is stored on ctx, use contextKey. Most servers can ignore that option.

Next