Loading...
Back to Console

Sign in with Heavstal Tech™

Integrate the Heavstal Identity ecosystem into your applications. We support our official Next.js SDK and standard OpenID Connect (OIDC) discovery.

1. Next.js Integration (Recommended)

Official SDK

The easiest way to add Heavstal Auth to your Next.js application.

bash

Configuration (auth.ts)

typescript

2. OIDC Auto-Discovery

For other languages, you do not need to manually configure endpoints. Heavstal Tech is an OpenID Connect (OIDC) compliant provider. Simply use the Issuer URL below with any OIDC-compatible library.

Issuer URL: https://accounts-heavstal.vercel.app

3. Other Frameworks

Examples of how to connect using standard libraries without manual URL configuration.

Node.js (openid-client)

javascript

Python (Authlib)

python

Go (coreos/go-oidc)

go

PHP (league/oauth2-client)

php