Socket
Book a DemoInstallSign in
Socket

@ag.common/digital-identity

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag.common/digital-identity

## Installation

latest
npmnpm
Version
0.10.0
Version published
Maintainers
5
Created
Source

Identity

Installation

yarn add @ag.common/digital-identity

Usage

import { DigitalIdentity } from '@ag.common/digital-identity';

function Page() {
	return (
		<Prose>
			<h1>Sign in with Digital ID</h1>
			<p>...<p>
			<DigitalIdentity href="/account" />
		</Prose>
	);
}

FAQs

Package last updated on 10 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts