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 2
2
3
3
[ ![ npm] ( https://img.shields.io/npm/v/@labdigital/federated-token.svg )] ( https://www.npmjs.com/package/@labdigital/federated-token )
4
4
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).
7
7
8
8
## Packages
9
9
- ` @labdigital/federated-token ` - The core package that provides the token
10
10
handling and token sources.
11
11
- ` @labdigital/federated-token-apollo ` - A plugin for Apollo Server (and gateway).
12
12
- ` @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.
13
17
- ` @labdigital/federated-token-react ` - A React context provider for managing the
14
18
token state in a React application.
15
19
You can’t perform that action at this time.
0 commit comments