Janua SDKs
Official SDKs and libraries for integrating Janua into your applications. Choose your preferred language and framework.
JavaScript / TypeScript
@janua/nextjs
Complete Next.js integration with App Router and Pages Router support
npm install @janua/nextjsv1.2.0@janua/react-sdk
React hooks and components for authentication
npm install @janua/react-sdkv1.1.8@janua/vue
Vue 3 composables and plugin for authentication
npm install @janua/vuev1.0.5@janua/typescript-sdk
Universal TypeScript SDK for any framework
npm install @janua/typescript-sdkv1.2.1Python
janua-python
Official Python SDK with async/await support
pip install janua-pythonv0.8.2janua-django
Django integration with middleware and decorators
pip install janua-djangov0.6.0janua-fastapi
FastAPI plugin with dependency injection
pip install janua-fastapiv0.5.1janua-flask
Flask extension for authentication
pip install janua-flaskv0.4.2Other Languages
janua-go
Go SDK with Gin and standard library support
go get github.com/madfam-io/janua-gov0.3.0janua-php
PHP SDK with Laravel and Symfony support
composer require janua/janua-phpv0.2.1janua-rust
Rust crate for server-side authentication
cargo add januav0.1.5janua-ruby
Ruby gem with Rails integration
gem install januav0.1.2Mobile
@janua/react-sdk-native
React Native SDK with biometric authentication
npm install @janua/react-sdk-nativev0.7.0janua_flutter
Flutter plugin for cross-platform mobile apps
flutter pub add janua_flutterv0.6.2Community SDKs
Community SDKs are maintained by the community and may not be officially supported. Use at your own discretion and contribute back when possible.
janua-svelte
SvelteKit integration with stores and actions
Maintained by @johndoe
npm install janua-sveltejanua-angular
Angular services and guards for authentication
Maintained by @janedoe
npm install janua-angularChoose the Right SDK
| Framework | SDK | Use Case | Status |
|---|---|---|---|
| Next.js | @janua/nextjs | Full-stack React applications | Stable |
| React SPA | @janua/react-sdk | Single-page applications | Stable |
| Vue / Nuxt | @janua/vue | Vue.js applications | Stable |
| Python API | janua-python | Backend services and APIs | Stable |