Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aenglander/practical-api-security-python-example-flask
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ofirsh/practical-api-security-python-example-flask
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on May 7, 2018

  1. Fix missing option for pip install in readme

    Adam Englander committed May 7, 2018
    Configuration menu
    Copy the full SHA
    5b425cd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Fix Encryption Signal Handler to encrypt response wth status code bet…

    …ween 200 and 299
    
    Previous revision was <=200 and < 300 which would have only worked with <=200
    Resolves #2
    Adam Englander committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    398ae48 View commit details
    Browse the repository at this point in the history
  2. Convert to pipenv

    Resolves #5
    Adam Englander committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    9af8cd1 View commit details
    Browse the repository at this point in the history
  3. Fixed unexpected body hash mismatch

    The error was based on arbitrary execution order of signals
    A master signal was created that was passed other signals to execute them in proper order
    Resolves #1
    Adam Englander committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    0895c93 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Update Flask and requests to latest version

    Resolves #8
    Adam Englander committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    ac67066 View commit details
    Browse the repository at this point in the history
Loading