Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libsecret

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libsecret

Secret generation, JWT signing, and .env file management for services and CLIs.

latest
Source
npmnpm
Version
0.1.18
Version published
Maintainers
1
Created
Source

libsecret

Secret generation, JWT signing, and .env file management for services and CLIs.

Getting Started

import {
  generateSecret,
  generateUUID,
  generateJWT,
  mintSupabaseJwt,
  mintSupabaseAnonKey,
  mintSupabaseServiceRoleKey,
} from '@forwardimpact/libsecret';
  • mintSupabaseJwt({ email, secret, ttlSeconds }) — per-caller HS256 token signed against the Supabase JWT secret.
  • mintSupabaseAnonKey({ secret }) — long-lived role: anon token used by Supabase Auth's anon-keyed clients.
  • mintSupabaseServiceRoleKey({ secret }) — long-lived role: service_role token used for admin operations against Supabase.

Keywords

secret

FAQs

Package last updated on 31 May 2026

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