fucodo/onetimesecret

dev-main 2024-09-16 07:49 UTC

This package is auto-updated.

Last update: 2024-09-16 07:49:05 UTC


README

License: MIT

Table of Contents

Description

fucodo.OneTimeSecret is a secure, simple service for sharing secrets or private information via a one-time URL. Once the URL is opened and viewed, the secret is deleted, ensuring that sensitive information is never exposed more than once.

Features

  • One-Time Access: Ensure sensitive information is accessed only once.
  • Self-Destruct: Secrets are deleted after being accessed.
  • Expiration: Set expiration times for secrets ensuring they're not accessible indefinitely.

Installation

Prerequisites

  • PHP 8.2 or higher
  • Composer
  • neos/flow

Steps

  1. require the repo

    composer req fucodo/onetimesecret

Usage

  1. Create a new secret via the appropriate API endpoint or web form.

    // Example code snippet for creating a secret
    $secretService = new \fucodo\OneTimeSecret\Domain\Model\Secret('YourSecret');
  2. Share the generated one-time URL with the intended recipient.

  3. When the recipient opens the URL, they will see the secret. It will be deleted after viewing.

Contributing

We welcome contributions! Please see CONTRIBUTING.md for details.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any issues or questions, please open an issue on GitHub or contact the maintainer at email@example.com.