Authentication
Allow users to authenticate themselves with eIDs and provide the most secure and user-friendly login experience possible.
Identify myself
(platform name)
8:57 AM
Shared ID data
Naming
Bio
Information
Registering new users is a breeze with pasby eIDs - as similar to login flows. Every action is smooth, simple and recognizable.

eID login for your site or app
Create a frictionless authentication experience for your users with pasby eIDs. We help you with the underlying identity basics, so you can focus on running your business.
- eID login for your website or application
- Secure identity, age and address verification of your customers
- Hosted or Self-hosted identification flows.
- Active developer support in our Slack channel
For developers, by developers
Simple integration
We are constantly working on SDKs and library support for major platforms allowing developers to easily get started with the integration of eIDs. See our documentation or sign-up to start implementing your authentication flow using well known technologies like React, Javascript, Dart and Node.js.
import Pasby from '@finsel-dgi/pasby'
const pasby = new Pasby({
apikeyAuth: 'bk-live_',
appSecretKey: 'prd_',
});
const response = await pasby.identification.sameDevice({
action: 'signup',
claims: ["naming.family", "naming.given", "contact.email"],
payload: 'A description of this flow action intent',
});