Resources
Resources for Authentication in ICP
Overview
You can find various resources to learn about different authentication mechanisms in the Internet Computer and how to integrate them into your applications.
Resources
- ic-use-actor - React hook to make interacting with Internet Computer canisters more fun!
- ic-use-siwe-identity - React hook for easy frontend integration with SIWE (Sign in with Ethereum) enabled canisters.
- ic-use-internet-siws - React hook for easy frontend integration with SIWS (Sign in with Solana) enabled canisters.
- ic-use-internet-identity - React hook that makes it easy to integrate IC Internet Identity into React applications.
- ic-reactor/react - Tailored specifically for React developers working on Internet Computer projects, this library integrates seamlessly with React's ecosystem to provide custom hooks and utilities for state management, authentication, and type-safe interactions with IC actors.
WARNING:
We do not recommend using ic-use-siwe-identity, ic-use-siws in production as it is still in the early stages of development.