Skip to main content

By developers, for developers

Enable the Truid wallet to get access to a wide range of data points through many user authentication use cases. Truid is engineered with interoperability and security always in mind - it's easy and quick to get it working and it's implausible to get anything wrong and insecure.
Group 613

Always free to try out

It is entirely free to integrate and use Truid in any authentication workflow as proof of concept, demo or for QA purposes. We know how authentication best practices work. Reach out to us for test credentials!

End-2-end UX demo

Try out our demo integration in order to try the Truid app and learn how it would integrate into the end-2-end flow from the user’s perspective.
truid_hand_5-1

Low cost, no risk

We offer a simple, low cost, usage based pricing model with a cap for recurrent use. This ensures cost predictability and that Truid remains the most cost efficient option around.

Active engineering Slack support

Truid engineers are available in our support channels and whenever requested, we will establish a dedicated Slack channel for your integration team.

Truid GitHub community

Join and participate in our tech community to openly ask questions, report issues or share opinions and ideas. You can also reach us on GitHub and via email.

Smooth integration

It is easy to integrate Truid, and we guarantee a secure and user-friendly authentication process. 

Truid is integrated as an OpenID Provider over OpenID Connect authentication (OIDC integration), thereby being as easy to integrate as any social login provider. Read our authentication implementation guide here:

unnamed
OIDC ID Token
{
  "iss": "http://my-domain.auth0.com",
  "sub": "auth0|123456",
  "aud": "my_client_id",
  "exp": 1311281970,
  "iat": 1311280970,
  "name": "Jane Doe",
  "given_name": "Jane",
  "family_name": "Doe",
  "gender": "female",
  "birthdate": "0000-10-31",
  "email": "janedoe@example.com",
  "picture": "http://example.com/janedoe/me.jpg"
}

Integrate through simple APIs

There are a wide selection of libraries and tools to get an OAuth 2.0 integration in place, supporting any language, technology and platform. OIDC adds a simple identity layer on top of the OAuth 2.0.

Functionality and data not explicitly described in OAuth2 and OIDC are made available as in-standard extensions and everything is well covered through the developer portal, API specifications and as example code on GitHub.

Get started with a free test integration

All you need is some test credentials, and after that get it up and running instantly. Reach out to get started and learn more about our secure authentication solutions!

FAQs

How do I integrate Truid into my application?
What programming languages does Truid support?
What authentication methods does Truid support?
Do you offer support for third-party integrations or custom workflows?
How can I get assistance if I encounter issues during integration?