-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Salar Bahador edited this page Oct 26, 2019
·
6 revisions
Typhoon Url Signer is a package that signs and validates URLs with ease. You can make secure URLs for your files and any kind of URLs that you want so that no one can access them without permission. You can make URLs with a limited lifetime to make them expire.
You can use this package both standalone and with your Laravel application
Features
- Create secure URLs with expire time
- Create secure URLs without expire time
- Validate URLs
- Use both with Laravel and standalone
- Add your signers with your logic (md5, Hmac, etc.) (standalone mode)
- Add your URL signer with your logic (standalone mode)
- Add your signature (both Laravel and standalone)
You can use Typhoon Url Signer both with your Laravel application and standalone. You can read more about each of them in separate sections below:
- Laravel
- Installation
- Config file
- Creating Signed Url
- Validating Signed Url
- Make custom Signature
- Standalone
- Installation
- Creating Signed Url
- Validating Signed Url
- Make custom Signer
- Make custom Signature
- Make custom UrlSigner
Typhoon Url Signer Made by Salar bahador