New versions of ic-use-internet-identity and ic-use-actor

These new versions are maintenance releases to stay up to date with the latest @dfinity/x packages. Both packages now require >=v2.1.2.

ic-use-internet-identity

ic-use-internet-identity is a hook that makes it easy to integrate Internet Identity into your React application. It provides a simple interface for logging in and out with the Internet Identity service.

ic-use-actor

A React context provider for managing Internet Computer (IC) actors with enhanced features like type safety and request/response interceptors. ic-use-actor makes interacting with Internet Computer canisters more fun!

ic-use-internet-identity-demo

See both hooks in action in this simple demo application.

Live demo: https://x2jdf-giaaa-aaaal-qc66a-cai.icp0.io/
Source code: GitHub - kristoferlund/ic-use-internet-identity-demo: React/Vite template and demo. Use ic-use-internet-identity to authenticate IC users easily.

6 Likes

nice! :slight_smile:

just provided two small PRs for the READMEs:

1 Like

Thanks for that, now merged.