How easy is it to implement Keyify?
Currently, we support the following frameworks and languages with our easily installable plugins - though you are able to interact directly with the platform via our API if required.
- JavaScript
- TypeScript
- Go
- Ruby
- .NET
- Java
- PHP
- Python
- React
- Next.js
- Remix
- Svelte
- Node.js
- Android SDK
- iOS SDK
- React Native
- Capacitor
- Flutter
For example, interacting with our React plugin is simply a case of:
import { useKeyify } from "@keyify/react";
export default function Header() {
const { user, loading } = useKeyify();
}
export default function Header() {
const { user, loading } = useKeyify();
}
Once you've logged into your dashboard, you'll find all of the relevant instructions to implement Keyify in your technology of choice. If you've yet to sign up, contact us if you want to talk about it!