Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user authentication #190

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft

Add user authentication #190

wants to merge 36 commits into from

Commits on Mar 15, 2021

  1. Remove old code

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    cc6a283 View commit details
    Browse the repository at this point in the history
  2. Add config package

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    e7f51ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db92364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a2d4e1 View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bab1ec4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae6521b View commit details
    Browse the repository at this point in the history
  7. Validate recipe

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    4deb5f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81a0bde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e2d0c4 View commit details
    Browse the repository at this point in the history
  10. Minor refactor

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    705e20f View commit details
    Browse the repository at this point in the history
  11. Add makefile

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    6568964 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3218ee1 View commit details
    Browse the repository at this point in the history
  13. Fix DELETE endpoints

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    18d33b8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7bfc06 View commit details
    Browse the repository at this point in the history
  15. Add test infrastructure

    andresterba committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    bfffcf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Init auth

    andresterba committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ecd866a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Add auth

    andresterba committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    bc5ada0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Configuration menu
    Copy the full SHA
    c2ce8d5 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    andresterba committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    53e3da0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b789f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a3cb58 View commit details
    Browse the repository at this point in the history
  5. Cleanup auth

    andresterba committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    eaecd3b View commit details
    Browse the repository at this point in the history
  6. Refactor user

    andresterba committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    46c781e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Quick fix

    andresterba committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    37677eb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Cleanup cors middleware

    andresterba committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    60e5435 View commit details
    Browse the repository at this point in the history
  2. Adjust content type

    andresterba committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8c04f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4251f81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    966d2e7 View commit details
    Browse the repository at this point in the history
  5. Test

    andresterba committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ca831fa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Configuration menu
    Copy the full SHA
    67a7017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d82ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7404b7a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    0ddb6be View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    9339b91 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    696b02a View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    andresterba committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    eef3d7c View commit details
    Browse the repository at this point in the history