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

First beta to be released as v0 #1

Merged
merged 47 commits into from Jan 13, 2016
Merged

First beta to be released as v0 #1

merged 47 commits into from Jan 13, 2016

Commits on Jan 2, 2016

  1. all: basic draft

    aeneasr committed Jan 2, 2016
    Copy the full SHA
    480af91 View commit details
    Browse the repository at this point in the history
  2. all: refactor, fixed tests, incorporated feedback

    Aeneas Rekkas committed Jan 2, 2016
    Copy the full SHA
    9e59df2 View commit details
    Browse the repository at this point in the history
  3. all: fixed tests

    Aeneas Rekkas committed Jan 2, 2016
    Copy the full SHA
    8bf73e3 View commit details
    Browse the repository at this point in the history
  4. all: refactoring, more tests

    Aeneas Rekkas committed Jan 2, 2016
    Copy the full SHA
    df79a81 View commit details
    Browse the repository at this point in the history
  5. all: refactoring, renaming, more tests

    Aeneas Rekkas committed Jan 2, 2016
    Copy the full SHA
    9467ca8 View commit details
    Browse the repository at this point in the history
  6. all: refactoring, renaming, docs

    Aeneas Rekkas committed Jan 2, 2016
    Copy the full SHA
    e5476d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. session: moved to root package, updated docs

    Aeneas Rekkas committed Jan 4, 2016
    Copy the full SHA
    5b9b20c View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. session: moved to root package, updated docs

    Aeneas Rekkas committed Jan 6, 2016
    Copy the full SHA
    1871702 View commit details
    Browse the repository at this point in the history
  2. authorize: defined OAuth2.HandleResponseTypes

    Incorporated feedback from GitHub, did refactoring and renaming, added tests
    Aeneas Rekkas committed Jan 6, 2016
    Copy the full SHA
    30b6e74 View commit details
    Browse the repository at this point in the history
  3. authorize: access code request workflow finalized

    Aeneas Rekkas committed Jan 6, 2016
    Copy the full SHA
    0232918 View commit details
    Browse the repository at this point in the history
  4. all: more test cases

    Aeneas Rekkas committed Jan 6, 2016
    Copy the full SHA
    1188750 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. docs: readme

    Aeneas Rekkas committed Jan 7, 2016
    Copy the full SHA
    d483568 View commit details
    Browse the repository at this point in the history
  2. docs: drafted workflows

    Aeneas Rekkas committed Jan 7, 2016
    2
    Copy the full SHA
    4ad1d14 View commit details
    Browse the repository at this point in the history
  3. unstaged

    Aeneas Rekkas committed Jan 7, 2016
    Copy the full SHA
    f939597 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. hof: added danielchatfield to the hall of fame

    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    2b988a8 View commit details
    Browse the repository at this point in the history
  2. errors: fixed wrongfully set constant ErrTemporaryUnvailableName

    Closes #9
    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    71a9105 View commit details
    Browse the repository at this point in the history
  3. enigma: implemented new token generator based on hmac-sha256

    Closes #11
    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    01f9ede View commit details
    Browse the repository at this point in the history
  4. readme: fixed typos

    Closes #10
    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    a5391de View commit details
    Browse the repository at this point in the history
  5. docs: document new token generation and validation

    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    ddef55b View commit details
    Browse the repository at this point in the history
  6. all: major refactor, use enigma, finalized authorize skeleton

    Closes #8 and introduces shift to new token logic proposed in #11
    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    38bacd3 View commit details
    Browse the repository at this point in the history
  7. docs: updated authorize section

    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    9c21afb View commit details
    Browse the repository at this point in the history
  8. plugin/token: fix import path

    Aeneas Rekkas committed Jan 8, 2016
    Copy the full SHA
    fdba2f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. Copy the full SHA
    6df0eca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c6dcb90 View commit details
    Browse the repository at this point in the history
  3. docs: explain what handlers are

    Aeneas Rekkas committed Jan 9, 2016
    Copy the full SHA
    48ca03b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. all: renaming and refactoring

    Aeneas Rekkas committed Jan 10, 2016
    Copy the full SHA
    d3697bd View commit details
    Browse the repository at this point in the history
  2. all: fixed tests refactor broke

    Aeneas Rekkas committed Jan 10, 2016
    Copy the full SHA
    5da857b View commit details
    Browse the repository at this point in the history
  3. all: access request api draft

    Aeneas Rekkas committed Jan 10, 2016
    Copy the full SHA
    9f482ef View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. access: finalized token endpoint api

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    8de3f10 View commit details
    Browse the repository at this point in the history
  2. docs: updated readme docs

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    336a2cd View commit details
    Browse the repository at this point in the history
  3. authorize/explicit: minor name refactoring and tests for authorize en…

    …dpoint
    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    4736e28 View commit details
    Browse the repository at this point in the history
  4. authorize/explicit ✓

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    d61635b View commit details
    Browse the repository at this point in the history
  5. store: remove store mock

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    80c14f7 View commit details
    Browse the repository at this point in the history
  6. travis: added go1.4 to allowed failures

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    49aa920 View commit details
    Browse the repository at this point in the history
  7. all: enforce use of scopes

    Close #14
    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    12d76dd View commit details
    Browse the repository at this point in the history
  8. example: added authorize code grant example

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    269c5fa View commit details
    Browse the repository at this point in the history
  9. tests: increased coverage

    Aeneas Rekkas committed Jan 11, 2016
    Copy the full SHA
    83194b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. all: updated example and added implicit grant

    Aeneas Rekkas committed Jan 12, 2016
    Copy the full SHA
    d12fa5c View commit details
    Browse the repository at this point in the history
  2. all: added client grant and did some renaming

    Aeneas Rekkas committed Jan 12, 2016
    Copy the full SHA
    75c8179 View commit details
    Browse the repository at this point in the history
  3. all: implemented all core grant types

    Aeneas Rekkas committed Jan 12, 2016
    Copy the full SHA
    ce0a849 View commit details
    Browse the repository at this point in the history
  4. all: implemented and documented examples

    Aeneas Rekkas committed Jan 12, 2016
    Copy the full SHA
    8c625c9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d65b45a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. core handlers: added tests

    Aeneas Rekkas committed Jan 13, 2016
    Copy the full SHA
    e9affb7 View commit details
    Browse the repository at this point in the history
  2. all: made hybrid flow optional

    Aeneas Rekkas committed Jan 13, 2016
    Copy the full SHA
    08ddbae View commit details
    Browse the repository at this point in the history
  3. handler/core: fixed tests

    Aeneas Rekkas committed Jan 13, 2016
    Copy the full SHA
    7f5938a View commit details
    Browse the repository at this point in the history
  4. example: fixed urls

    Aeneas Rekkas committed Jan 13, 2016
    Copy the full SHA
    58908b8 View commit details
    Browse the repository at this point in the history
  5. docs: readme

    Aeneas Rekkas committed Jan 13, 2016
    Copy the full SHA
    e143d8c View commit details
    Browse the repository at this point in the history