Ghost/ghost/identity-token-service
Fabien 'egg' O'Carroll 6dc2e7f3fe
Refactored identity token generation into separate service
refs https://linear.app/ghost/issue/AP-500

The logic for generating identity tokens, whilst small, is something
that we don't want to duplicate - as it concerns security & access - so
can easily break interactions between different services. We're gonna
need to use identity tokens as part of the initialisation of the
activitypub service, so this is pulling it out preemptively for that use
case

We shouldn't have logic inside of the endpoint controllers anyway, so
this is kinda general cleanup.
2024-11-07 13:16:33 +07:00
..
src Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
test Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
.eslintrc.js Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
package.json Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
private.pem Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
README.md Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00
tsconfig.json Refactored identity token generation into separate service 2024-11-07 13:16:33 +07:00

Identity Token Service

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests