CorePass
Start integrating

Developer hub

Six pages, and the integration is covered.

CorePass Connector is an authentication and authorization service: it authenticates people with OAuth 2.0 and a QR code, and it moves verified identity data from the person or business who owns it to the application that asked for it. These pages describe both halves, in the order you will meet them.


The pages

Hosts. The login and KYC APIs live on the auth gateway (https://auth-develop.corepassdev.eu in the develop environment); the KYB merchant API lives on https://api-develop.corepassdev.eu. Your own deployment is given its own hostnames.

The login library. Exchanging an authorization code for a token is done with the CorePass app-auth library, which ships an example you can follow.

A worked example. The demo pet shop service and webapp implement business login, both data-request paths, signature requests, and a webhook receiver that verifies everything it is sent.