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 jwtauth middleware #662

Merged
merged 31 commits into from
Jan 15, 2018
Merged

Add jwtauth middleware #662

merged 31 commits into from
Jan 15, 2018

Commits on Nov 27, 2017

  1. add middleware for jwt auth

    c0ze committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    8c86b40 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. fill in jwt auth functions

    c0ze committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    2ea9062 View commit details
    Browse the repository at this point in the history
  2. go fmt

    c0ze committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    97af804 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. refactor and add tests

    c0ze committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    d87b2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79601b7 View commit details
    Browse the repository at this point in the history
  3. remove iron token

    c0ze committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    9ad71f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. remove unused import

    c0ze committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    7268749 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938c81c View commit details
    Browse the repository at this point in the history
  3. refactor auth tests to own file

    c0ze committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    4ae7259 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. add tags to full stack tests

    c0ze committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    cd29d09 View commit details
    Browse the repository at this point in the history
  2. initial integration test

    c0ze committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    ca7929a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. complete test tags

    c0ze committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    3b1b98d View commit details
    Browse the repository at this point in the history
  2. make make file accept tags

    c0ze committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    153f7bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59bd47 View commit details
    Browse the repository at this point in the history
  4. update integration tests

    c0ze committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    5fb924a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Configuration menu
    Copy the full SHA
    562fa7f View commit details
    Browse the repository at this point in the history
  2. update integration tests

    c0ze committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    e054565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bef345 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. fix integration tests

    c0ze committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    1b01cda View commit details
    Browse the repository at this point in the history
  2. add auth integration tests

    c0ze committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    e23f3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe50c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. add auth integration tests

    c0ze committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    759dc4b View commit details
    Browse the repository at this point in the history
  2. go fmt

    c0ze committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    dd4b2ca View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    c5befa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9315060 View commit details
    Browse the repository at this point in the history
  3. remove full_stack tag

    c0ze committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    a56e8d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    197b8c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Configuration menu
    Copy the full SHA
    b328dd3 View commit details
    Browse the repository at this point in the history
  2. update documentation

    c0ze committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    d6320b3 View commit details
    Browse the repository at this point in the history
  3. go fmt

    c0ze committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    b562394 View commit details
    Browse the repository at this point in the history
  4. cleanup test files after test

    c0ze committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    8396e66 View commit details
    Browse the repository at this point in the history