Skip to main content

๐Ÿ“š More Integrations

You can just use standard OAuth2.0/OpenID Connect Flows to integrate Trusted Accounts on any platform. OAuth2.0/OpenID is also known from services like "Login with Google/Facebook/etc". See the Quickstart for a reference integration.

The easy way

There are many OAuth2.0/OpenID libraries out there. Please, do not write your own code. Use open source and battle-tested libraries.

.wellknown JSONโ€‹

Here is the link to our .wellknown JSON configuration document that contains metadata about the OpenID Connect provider. It holds essential information for you to interact with the OIDC server.

Available libraries:โ€‹

Here are some well known example libraries that are available for different languages.

Node.jsโ€‹
Golangโ€‹
PHPโ€‹
Javaโ€‹

For a full list of client libraries go here.