expiring-url-generator
v1.0.5
Published
This package will generate and validate expiring url
Maintainers
Readme
Welcome to Expiring URL Generator
This package allows you to create expiring URLs and validate them.
What does this package do?
The Expiring URL Generator package allows you to create URLs that expire after a certain period. This is useful for generating temporary links for secure access to resources.
Input
To generate an expiring URL, you need to provide:
- The base URL
- Expiration time (in seconds)
- Any additional parameters required for the URL
Output
The output will be a URL that includes an expiration timestamp and a signature to validate the URL's authenticity.
Intention
The intention of this package is to provide a simple and secure way to generate temporary URLs that can be used for time-sensitive operations, such as sharing secure documents, temporary access to resources, or any scenario where you need a link that should only be valid for a limited time.
