Skip to content

Refactor/nodejs koa quickstart#8

Open
KMilej wants to merge 5 commits intomainfrom
refactor/nodejs-koa-quickstart
Open

Refactor/nodejs koa quickstart#8
KMilej wants to merge 5 commits intomainfrom
refactor/nodejs-koa-quickstart

Conversation

@KMilej
Copy link

@KMilej KMilej commented Jan 16, 2026

Summary

  • Complete nodejs-koa demo API with Approov token verification and optional token binding.
  • Expose protected (/token-check, /token-binding, /token-double-binding) and unprotected endpoints.
  • Provide Docker run scripts, .env configuration, and a CLI test harness.
  • Locally, it uses npm install and npm start.

How to run

  • Clone repo.
  • cp .env.example .env.
  • Set APPROOV_BASE64URL_SECRET.
  • approov api -add example.com
  • bash run_server.sh.
  • In another terminal: bash test.sh.

@KMilej KMilej force-pushed the refactor/nodejs-koa-quickstart branch from 514bf9f to e15bd44 Compare February 5, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant