New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@limrun/apple-auth

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limrun/apple-auth

Browser primitives for Apple authentication, signing credentials, and App Store Connect.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
4
Created
Source

@limrun/apple-auth

Browser primitives for signing in with an Apple ID and managing Apple Developer and App Store Connect resources through Limrun's Apple relay.

The package exports Apple login, teams, bundle IDs, certificates, provisioning profiles, App Store Connect API keys and app records, signing crypto, and pluggable signing-secret stores:

import { createAppleProfile, ensureAppleCertificateSecret, listAppleTeams } from '@limrun/apple-auth';

React applications can use the thin Apple ID login state helper:

import { useAppleIDLogin } from '@limrun/apple-auth/react';

Signing secrets remain under the caller's control through SigningSecretStore. The included in-memory and IndexedDB stores are useful for local applications; server-backed applications should provide their own store.

FAQs

Package last updated on 25 Jul 2026

Related posts