Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Add HMAC middleware #8

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Add HMAC middleware #8

wants to merge 8 commits into from

Commits on Jul 13, 2020

  1. Write HMAC middleware

    Muirrum committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    fac9095 View commit details
    Browse the repository at this point in the history
  2. Add Sha2 library

    Muirrum committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    128381d View commit details
    Browse the repository at this point in the history
  3. Import Sha256

    Muirrum committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c0059cd View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Cedric Hutchings <[email protected]>
    Muirrum and cedric-h authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    222fdf1 View commit details
    Browse the repository at this point in the history
  5. Remove whitespace

    Muirrum committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    1726b03 View commit details
    Browse the repository at this point in the history
  6. fmt

    Muirrum committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    961d83e View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Cedric Hutchings <[email protected]>
    Muirrum and cedric-h authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    e42d71d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Remove redundant imports from a bad suggestion

    In my suggestion, I failed to specify that a line was taking the place of three separate lines, not just the one highlighted.
    cedric-h authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d5b63f9 View commit details
    Browse the repository at this point in the history