Skip to content
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: heroku/python-getting-started
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lioryogev/python-getting-started
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.
  • 13 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 14, 2018

  1. Add signin view

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    0496fa4 View commit details
    Browse the repository at this point in the history
  2. Add route to signin

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    cff9dd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c209419 View commit details
    Browse the repository at this point in the history
  4. Use correct view

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    4a27991 View commit details
    Browse the repository at this point in the history
  5. Access headers correctly

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    df1b4fe View commit details
    Browse the repository at this point in the history
  6. Add signet endpoint

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    99f9b22 View commit details
    Browse the repository at this point in the history
  7. Return json response

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    e841597 View commit details
    Browse the repository at this point in the history
  8. Try again with html

    lioryogev committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    8ca64fa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Add verifyToken route

    lioryogev committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    fb4ce0a View commit details
    Browse the repository at this point in the history
  2. Print headers to logs

    lioryogev committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    4d61758 View commit details
    Browse the repository at this point in the history
  3. Add token authentication

    lioryogev committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    5982172 View commit details
    Browse the repository at this point in the history
  4. Move auth helper to models

    lioryogev committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    a02d540 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. fix dependency name

    lioryogev committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    09a1da7 View commit details
    Browse the repository at this point in the history
Loading