Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(passport-application): Updated readme #16296

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions libs/application/templates/passport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,18 @@ This library was generated with [Nx](https://nx.dev).
## Running unit tests

Run `ng test application-templates-passport` to execute the unit tests via [Jest](https://jestjs.io).

## Environment Setup

To properly run the application and go through the application process step by step, make sure to set the following environment variables:

- `IDENTITY_SERVER_CLIENT_ID`
- `IDENTITY_SERVER_CLIENT_SECRET`


## Test Users

You can use the following test users during the application process:

- **To apply for self**: 0101302989
- **To apply for child**: 5555555559
Loading