tsmall / oauth-signing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth Signing Logic

This program implements the basic logic for OAuth signing. I created it to make sure I understood how it worked.

Running the tests

This program is written in TypeScript and run via Deno. Follow these steps to run the tests.

  1. Clone this repository.
  2. Install Deno (by following their instructions).
  3. Navigate to the cloned code in your terminal.
  4. Run the deno test command.

Resources

These resources were very helpful for me when figuring out and verifying this algorithm.

About


Languages

Language:TypeScript 100.0%