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

#75 Add back configurable access token creation plugin support #76

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

Commits on Jul 6, 2021

  1. Re-add support for token login plugins

    * For now only in the CLI context not in the StateAction context
    * Fully lazily load plugins on use
    * Additional plugins are "labeled" after their location from
      where they are required as plugins are configured as an array
      rather than a map
    fmeschbe committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    030f00b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    969c779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951d644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    833f98d View commit details
    Browse the repository at this point in the history
  5. eslint fixes ...

    fmeschbe committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cae23c4 View commit details
    Browse the repository at this point in the history
  6. token-helper/getMergedPlugins uses Object.fromEntries which was

    only added in NodeJS 12 .. requiring NodeJS 12
    fmeschbe committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    aed8cf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d747c18 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

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

Commits on Feb 22, 2022

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