fucodo / onetimesecret
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- kaystrobach/backend: *
- kaystrobach/bootstrap: *
- neos/flow: *
This package is auto-updated.
Last update: 2024-10-16 07:56:11 UTC
README
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
-
require the repo
composer req fucodo/onetimesecret
Usage
-
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');
-
Share the generated one-time URL with the intended recipient.
-
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.