Skip to content

Commit fdc9ea8

Browse files
committed
update readme
1 parent 174a7ee commit fdc9ea8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
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

0 commit comments

Comments
 (0)