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

feat: OAuth 2.0 functionality #290

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2020

  1. feat: add clientSecret and redirectUri

    Vladimir Berezovsky committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    31787ae View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. chore: add types to CommandOptions

    Vladimir Berezovsky committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    8a3e48e View commit details
    Browse the repository at this point in the history
  2. chore: remove promise value from redirectUri

    Vladimir Berezovsky committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a334a20 View commit details
    Browse the repository at this point in the history
  3. feat: new oauth endpoint with generateUrlMethod()

    Vladimir Berezovsky committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    438cd91 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. feat: Add getToken & setToken methods for OAuth

    Vladimir Berezovsky committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    3889280 View commit details
    Browse the repository at this point in the history
  2. fix: Oauth --> OAuth

    Vladimir Berezovsky committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    612b7a1 View commit details
    Browse the repository at this point in the history
  3. chore: remove comment line

    Vladimir Berezovsky committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    47ee0b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. feat: add generateAuthorizeUrl() to OAuth

    Vladimir Berezovsky committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9c4066b View commit details
    Browse the repository at this point in the history
  2. chore: remove useless error

    Vladimir Berezovsky committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    a747827 View commit details
    Browse the repository at this point in the history
  3. fix: add input as param instead of descriptor in getToken()

    Vladimir Berezovsky committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    98a23b0 View commit details
    Browse the repository at this point in the history
  4. chore: configure request - info --> getToken

    Co-authored-by: Andrew McCloud <[email protected]>
    Vladimir Berezovsky and amccloud authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    b3fe128 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. feat: add tests for getToken and setToken

    Vladimir Berezovsky committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    a98f43a View commit details
    Browse the repository at this point in the history
  2. feat: rename rename OAuthOnAuthorizeToken to OAuthTokenInput; fix flo…

    …w warnings
    Vladimir Berezovsky committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    efcfe27 View commit details
    Browse the repository at this point in the history
  3. feat: add tests for checking if proper Input is used

    Vladimir Berezovsky committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    68ba371 View commit details
    Browse the repository at this point in the history
  4. chore: improve tests

    Vladimir Berezovsky committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    0c43ea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    9f02dc9 View commit details
    Browse the repository at this point in the history
  2. chore: remove setToken from OAuth endpoint

    Vladimir Berezovsky committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c45bc8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f97cc9 View commit details
    Browse the repository at this point in the history
  4. chore: add Organization.features

    Vladimir Berezovsky committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    369209c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore: remove useless assignment

    Vladimir Berezovsky committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    56ad9b6 View commit details
    Browse the repository at this point in the history
  2. fix: corrent link when generating url

    Vladimir Berezovsky committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    7cdd1d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. chore: remove support for promises in clientSecret

    Co-authored-by: Tom Moor <[email protected]>
    Vladimir Berezovsky and Tom Moor authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    274e7b7 View commit details
    Browse the repository at this point in the history
  2. chore: remove support for promises in redirectUri

    Co-authored-by: Tom Moor <[email protected]>
    Vladimir Berezovsky and Tom Moor authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6900756 View commit details
    Browse the repository at this point in the history
  3. chore: edit rule when headers are present but Content-Type isn’t

    Co-authored-by: Tom Moor <[email protected]>
    Vladimir Berezovsky and Tom Moor authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3b5069e View commit details
    Browse the repository at this point in the history
  4. fix: typo (double check)

    Co-authored-by: Tom Moor <[email protected]>
    Vladimir Berezovsky and Tom Moor authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    7071e1c View commit details
    Browse the repository at this point in the history
  5. fix: typo in authorize_url

    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    de85e68 View commit details
    Browse the repository at this point in the history
  6. fix: remove state as required

    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    81c2c03 View commit details
    Browse the repository at this point in the history
  7. fix: lint error for checking content-type statement in apiRequest

    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    341b32c View commit details
    Browse the repository at this point in the history
  8. feat: add scope as a variable for future proof

    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    f6b8697 View commit details
    Browse the repository at this point in the history
  9. chore: don't return anything in Client.setToken()

    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    0d56460 View commit details
    Browse the repository at this point in the history
  10. chore: add options param as optional in Endpoint; use client.options …

    …if options param is not specified
    Vladimir Berezovsky committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    49fe426 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. chore: use input.scope or "all" when choosing scope value in url

    Co-authored-by: Tom Moor <[email protected]>
    Vladimir Berezovsky and Tom Moor authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    abbc152 View commit details
    Browse the repository at this point in the history