OpenID Connect Provider
Entry is an OpenID Connect identity provider that replaces passwords with a face liveness check. Use any standard OIDC library you already know.
Email entryidp@synapser.com with your app name and target platforms. We'll send back a client_id — and a client_secret for server-side apps.
Point any standard OIDC library at Entry's issuer URL. No proprietary SDK required — use oidc-client-ts, next-auth, AppAuth, or whatever you already know.
Entry runs the liveness check in its own UI. Your app receives a verified user via standard OIDC callback. No biometric data ever touches your server.
A standard authorize request matches a returning face. Adding prompt=create enrolls a new user. Entry tells you clearly when a face is unregistered so you can route them accordingly.
Entry uses the standard OIDC library for each platform. If you already use OIDC, you're most of the way there.
React · Vue · Svelte
oidc-client-tsNext.js · Express · ASP.NET
next-auth / openid-clientNative Swift
AppAuth-iOSNative Kotlin
AppAuth-AndroidExpo or bare
expo-auth-sessionAll targets
flutter_appauthBiometric data never leaves Entry. Your app receives a standard OIDC token — no raw facial data, no biometric templates on your servers. Tokens are signed with RS256 via AWS KMS; no key material is ever held on the application server.
Read the full developer documentation or get in touch to register a client and receive your credentials.