GithubHelp home page GithubHelp logo

signedurls's Introduction

Signed Urls

Using Signed Urls are a great way to access/modify/create resources securly. Resources in the context of this project are File Uploads by users. Signed Urls are created by the service and can be used by the other servers/users without needing additional authentication. The generated Signed Url itself is an authenticated gateway and acts as the main source authentication.

Tech Stack

  • Rust (Rust programming language and installation steps are found here.

How to run the code

  • After installing rust, clone the project and go to the directory
  • run cargo install to the command-line terminal download the packages
  • create the .env file with the required parmaters. You can copy the .env-template file;
  • run cargo run to compile and run the program (initial compile time might take some time)
  • run cargo build if you want to make an executable (optional)

Application Flow

  • External Servers/Services needs an API_KEY to generate View/Upload Signed-Urls. They can hit the .../project/create post-route and they would recieve their API_KEY as part of the JSON response
  • External Servers/Services would need their API_KEY on the POST_REQUEST Authentication-Header to hit these API endpoints .../request/create/upload and .../request/create/view to create SignedUrl for secure upload and view respectively.
  • Generated Signed-Urls that is generated by the endpoints mentioned above above can be used by both External Servers/Services and Users for secure post and secure view.

Special Thanks to

  • Iceberg Velez
  • Carlo Caimen
  • April Feliscuzo
So much skill issue OMG

signedurls's People

Contributors

icecloud12 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.