signed-url
There are 51 repositories under signed-url topic.
TimMikeladze/next-upload
🗃️ Turn-key solution for signed & secure file-uploads to an S3 compliant storage service such as R2, AWS, or Minio. Built for Next.js. Generates signed URLs for uploading files directly to your storage service and optionally integrates with a database to store additional metadata about your files.
gabotechs/signway
Bring the power of pre-signed URLs to your apps. Signway is a gateway for redirecting ephimeral signed URLs to the requested API
leg100/surl
Create signed URLs in Go.
akamai/EdgeAuth-Token-Python
Akamai Authorization Token for Python
netrunnerhq/nextjs-aws-s3
✨ Integrate AWS S3 into Next.js apps in under 5 minutes with 2023 App router support
linkeys-app/signed-url
Enhanced signed URLs for Laravel, including attaching data, click limits and expiry.
AreViana/direct-upload-example
This repository contains a tutorial to make direct upload to S3 with an Ruby on Rails API
michalsn/codeigniter-signed-url
Sign URLs in your CodeIgniter 4 application.
akamai/EdgeAuth-Token-Java
Akamai Authorization Token for Java
aws-samples/single-use-signed-url
AWS CDK to create a CloudFront distribution with a request Lambda to allow single use signed URL file downloads. Each file is tracked by an identifier which is stored in a DynamoDB database. Each request will check the identifier against values stored in the database. If the identifier is found the file process continues and the files is received, the id is then removed from the database. If the identifier is not found the system will perform a 302 redirect to a specified URL.
mreduar/s3m
Multipart Uploads using Laravel and AWS S3
promaton/cloudfront-sign-rs
Utility module for AWS CloudFront in Rust allowing you to create signed urls and cookies
gravityblast/signed_request
signed request encoder/decoder for elixir
aws-samples/amazon-cloudfront-keygroup-signed-url-sample
Sample for Amazon CloudFront signed urls using Key Groups and Public Keys
minghsu0107/cloudFront-signed-url-cookies
This example shows how to serve private contents on AWS S3 through CloudFront signed URL and signed cookies.
akamai/EdgeAuth-Token-Ruby
Akamai Authorization Token for Ruby
google/BucketServer
Serve GCS Bucket content anonymously from Windows, Linux and MacOS
i-pva/signed-url
Go package for creating signed URL
brackendev/AmazonPAARequester-Pharo
Create and retrieve signed URLs for the Amazon Product Advertising API
EbodShojaei/ThreeJS-Cloud-Firebase
A simple THREE.js website using Node.js to connect to an encrypted Firebase store containing static model files (i.e., .glb) that are accessed using signed URLs.
ap-atul/hapi-signed-url
A hapi js plugin to sign file urls of response objects
cpcwood/aws-s3-utf-8-content-disposition
Sample AWS S3 and CloudFront infrastructure with signed url scripts
easonlin404/akamai-edge-auth
Akamai Authorization Token for Go
fajarwz/blog-laravel-signed-url
An implementation of Laravel Signed URL from fajarwz.com/blog
jfs-rupesh/Fovus_Cloud_Project
Full Stack Cloud Application
Rahul-Barick/scalable-image-upload
Scalable image/file upload using Nodejs, React Js, and utilizing AWS S3 signed URL.
wefixers/s3
Wrap common s3 functionality
zxc7563598/php-url-signer
用于生成带签名和加密保护的URL链接的PHP工具包,适用于需要保护资源访问的场景 | A PHP library for generating URLs with encryption and signature protection—useful for secure resource access and tamper-proof links.
coding-recipes/aws-cloudfront-signed-url
Simple implementation of CloudFront Signed URL-s with AWS CDK
ironexdev/peon-media-hosting
AWS S3 and CloudFront media hosting provisioned by Terraform. Supports public and signed URL access.
squidmin/signed-url-generator
Generates GCS signed URLs
Ashika2202/Signed--URLGenerator
A Python project to generate secure signed URLs for AWS S3
jamesponddotco/bunnysign
[READ-ONLY] A tool to generate signed URLs for Bunny.net with token authentication.
mawngo/surl
Create signed URLs in Go. Optimized.
NeilMD/idd-awards
Served as the lead backend developer. Migrated the site from static HTML/CSS/JS to Laravel. Implemented email confirmation using signed URLs and built the Time Capsule page with dynamic content loading and infinite scroll via fetch + intersection observer.
prosper20/s3-image-uploader
A mini react app to upload image to aws s3 bucket using a presigned url gotten form the backed api