File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ npm] ( https://img.shields.io/npm/v/@labdigital/federated-token.svg )] ( https://www.npmjs.com/package/@labdigital/federated-token )
44
5- This package provides support for using JWT tokens for clients and passing
6- that information to all federated services (upstream and downstream).
5+ This repository contains multiple packages using JWT tokens for clients and
6+ passing that information to all federated services (upstream and downstream).
77
88## Packages
99 - ` @labdigital/federated-token ` - The core package that provides the token
1010 handling and token sources.
1111 - ` @labdigital/federated-token-apollo ` - A plugin for Apollo Server (and gateway).
1212 - ` @labdigital/federated-token-envelop ` - An Envelop plugin for e.g. Yoga.
13+ - ` @labdigital/federated-token-express-adapter ` - An Express adapter for the
14+ `CookieTokenSource` and `HeaderTokenSource` to be used in an Express application.
15+ - ` @labdigital/federated-token-fastify-adapter ` - A Fastify adapter for the
16+ ` CookieTokenSource ` and ` HeaderTokenSource ` to be used in a Fastify application.
1317 - ` @labdigital/federated-token-react ` - A React context provider for managing the
1418 token state in a React application.
1519
You can’t perform that action at this time.
0 commit comments