ReferenceSDKs & Libraries

SDKs & Libraries

Official SilentAuth SDKs are maintained by the SilentAuth team and receive the same updates as the API. All SDKs are open source and available on GitHub.

Official SDKs

JavaScript / TypeScript
@silentauth/sdk
npm install @silentauth/sdk
Intent creation & pollingPermit validation (online + offline)Webhook verificationReact hooks
Python
silentauth
pip install silentauth
Async (asyncio) supportDjango & FastAPI middlewarePermit validationWebhook helpers
Go
silentauth-go
go get github.com/silentauth/silentauth-go
Context-aware API clientOffline permit verificationHTTP middlewareStruct-tagged config
PHP
silentauth-php
composer require silentauth/silentauth-php
PHP 8.1+Laravel service providerSymfony bundlePermit JWT validation

Community Libraries

These libraries are maintained by the community. Open source contributions welcome.

Rubysilentauth-rubygem install silentauth
Javasilentauth-javaimplementation 'io.silentauth:sdk:1.0.0'
.NETsilentauth-dotnetdotnet add package SilentAuth.SDK

Building Your Own?

Any HTTP client can work with the SilentAuth REST API. See the API Reference for the full spec. We'd love to feature your library — open a PR on the SilentAuth GitHub org.