diff --git a/README.md b/README.md index e3137921..0a75fa2a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Such capabilities include: - Requesting a debit card. - Adding a recipient. A recipient is someone you can make a payment to. - Checking an account balance. +- Authenticating with ForgeRock using forgerock-javascript-sdk + - To test this locally, you will need to define `VITE_FR_URL` and `VITE_FR_CLIENT` in `./app/client/.env` Check out the [features](./app/client/src/features/) directory to explore the the components and hooks that explore these features.