Plinto SDKs
Official SDKs and libraries for integrating Plinto into your applications. Choose your preferred language and framework.
JavaScript / TypeScript
@plinto/nextjs
Complete Next.js integration with App Router and Pages Router support
npm install @plinto/nextjs
v1.2.0@plinto/react-sdk
React hooks and components for authentication
npm install @plinto/react-sdk
v1.1.8@plinto/vue
Vue 3 composables and plugin for authentication
npm install @plinto/vue
v1.0.5@plinto/typescript-sdk
Universal TypeScript SDK for any framework
npm install @plinto/typescript-sdk
v1.2.1Python
plinto-python
Official Python SDK with async/await support
pip install plinto-python
v0.8.2plinto-django
Django integration with middleware and decorators
pip install plinto-django
v0.6.0plinto-fastapi
FastAPI plugin with dependency injection
pip install plinto-fastapi
v0.5.1plinto-flask
Flask extension for authentication
pip install plinto-flask
v0.4.2Other Languages
plinto-go
Go SDK with Gin and standard library support
go get github.com/plinto/plinto-go
v0.3.0plinto-php
PHP SDK with Laravel and Symfony support
composer require plinto/plinto-php
v0.2.1plinto-rust
Rust crate for server-side authentication
cargo add plinto
v0.1.5plinto-ruby
Ruby gem with Rails integration
gem install plinto
v0.1.2Mobile
@plinto/react-sdk-native
React Native SDK with biometric authentication
npm install @plinto/react-sdk-native
v0.7.0plinto_flutter
Flutter plugin for cross-platform mobile apps
flutter pub add plinto_flutter
v0.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.
plinto-svelte
SvelteKit integration with stores and actions
Maintained by @johndoe
npm install plinto-svelte
plinto-angular
Angular services and guards for authentication
Maintained by @janedoe
npm install plinto-angular
Choose the Right SDK
Framework | SDK | Use Case | Status |
---|---|---|---|
Next.js | @plinto/nextjs | Full-stack React applications | Stable |
React SPA | @plinto/react-sdk | Single-page applications | Stable |
Vue / Nuxt | @plinto/vue | Vue.js applications | Stable |
Python API | plinto-python | Backend services and APIs | Stable |