Libraries tagged by secrets

secretstache/wordpress-gutenberg-starter

0 Favers
27 Downloads

WordPress starter theme based on the Sage framework

Go to Download


secretstache/wordpress-core

0 Favers
388 Downloads

A collection of modules to implement custom admin and public WordPress customization for SSM projects

Go to Download


westyx/nexus

0 Favers
10 Downloads

Westyx Nexus PHP SDK - secrets, configs and feature flags

Go to Download


vitexsoftware/multiflexi-vaultwarden

1 Favers
53 Downloads

MultiFlexi support for VaultWarden/Bitwarden secrets

Go to Download


uthmandev/swift2fa

5 Favers
2 Downloads

A secure and easy way to implement Two-Factor Authentication (2FA) with PHP. This library provides an easy-to-use solution for integrating 2FA into your applications, including QR code generation, token verification, and secret key management.

Go to Download


usmonaliyev/env-auth

4 Favers
253 Downloads

The package provides middleware for Laravel applications to handle Basic Authentication and Secret Key Authentication using credentials stored in the .env file.

Go to Download


ssmulders/hashed-passport

19 Favers
7645 Downloads

Transforms Laravel Passport's default incrementing integer client_id into an industry standard unique hashed string. Optionally, you can use encrypted client secrets for improved security. The package is non-intrusive. See the readme for details.

Go to Download


pollora/hidden-login

0 Favers
11 Downloads

Serve the WordPress login screen from a secret URL and return a 404 on wp-login.php and wp-admin

Go to Download


ordereazi/commerce-sdk

0 Favers
4 Downloads

Build a fully custom headless storefront - your own web app, mobile app, or POS - against a single OE Commerce store. Every endpoint below is namespaced under `/api/v1/store/...`. Building admin/back-office tooling instead? See [/docs/admin](/docs/admin). New here? [/guides/store](/guides/store) walks through getting a key, the anonymous cart session, and calling your first endpoints step by step - this page is the field-level reference to come back to afterward. ## Getting Started 1. Click the **Authorize** button at the top of this page. 2. Provide credentials: - **X-Commerce-Key** (always required) - your store's Store Access Key from Backoffice > Settings > Application APIs. `pk_store_...` (publishable) is safe for browser/mobile code; `sk_store_...` (secret) is server-to-server only and is rejected outright if a browser Origin header is present. - **Bearer** (only for endpoints acting on a specific customer - Account, Orders, Wishlists, etc.) - the token from **Auth > register** or **Auth > login**. Once authorized, you can explore and test all available endpoints directly from this interface. ## Anonymous Carts A guest cart is tracked by an `X-Session-Ref` header, not a cookie - the server generates one on your first request and echoes it back on every response after. Keep sending back whatever value you last received. Logging in carries that same cart forward onto the customer's account automatically, with no separate merge step. ## Errors Failures use RFC 9457 Problem Details (`application/problem+json`) with a stable `code` field for programmatic handling, e.g. `store_key_invalid`, `store_key_revoked`, `store_key_scope_denied`, `rate_limited`. A rejected *business* action (e.g. adding fewer than a product's minimum order quantity to the cart) instead comes back as HTTP 200 with `"success": false` and a human-readable `message` - always check `success` in the body, not just the HTTP status code. ## Rate Limits Requests are limited per Store Access Key (200/minute). The credential-stuffing surface (register/login/forgot-password/reset-password) is limited more tightly per caller IP (10 per 5 minutes). A 429 response includes a `Retry-After` header.

Go to Download


olegv/config

1 Favers
9 Downloads

Library for configuration and hiding secret data

Go to Download


lvmorales1/privacy-scanner

1 Favers
38 Downloads

Scan files and git repositories for secrets and personal data leaks

Go to Download


ictools/env-generator

2 Favers
2263 Downloads

This package allows you to generate the env files needed in production by retrieving data from AWS Secret Manager

Go to Download


icanhazstring/duck-pony

5 Favers
60 Downloads

Secret Duck Pony

Go to Download


hejunjie/google-authenticator

2 Favers
1264 Downloads

一个用于生成和验证时间基础一次性密码(TOTP)的 PHP 包,支持 Google Authenticator 及类似应用。功能包括密钥生成、二维码创建和 OTP 验证 | A PHP library for generating and verifying Time-Based One-Time Passwords (TOTP). Compatible with Google Authenticator and similar apps, with features like secret generation, QR code creation, and OTP verification.

Go to Download


fivefifteen/basis

14 Favers
81 Downloads

A WordPress boilerplate. Get a local dockerized WordPress project up and running complete with secrets encryption, dependency management/compilation, and more by running a single command.

Go to Download


<< Previous Next >>