Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Apr 11, 2024
1 parent 009a0d2 commit b3d1095
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ bun start:ios

See the `expo start` CLI [docs](https://docs.expo.dev/more/expo-cli/#develop) for more information.

## Testing

Integration tests are available for the IC Rust backend canister. Simply run:

```bash
./scripts/integration-test.sh
```

## How it works

This PoC is highly inspired by [this discussion](https://forum.dfinity.org/t/25334/7) on the Internet Computer forum.
Expand Down Expand Up @@ -182,7 +190,9 @@ The [canister_sig_util](https://github.com/dfinity/internet-identity/tree/releas
Fetching the JWKS at runtime is needed because [JWK](https://datatracker.ietf.org/doc/html/rfc7517)s on Auth0 may rotate.

Related issue: https://github.com/ilbertt/ic-react-native-jwt-auth/issues/1.
- [ ] tests
- [x] tests (integration)

Related PR: https://github.com/ilbertt/ic-react-native-jwt-auth/pull/2.

## License

Expand Down

0 comments on commit b3d1095

Please sign in to comment.