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

Set up ng-dev auth and service #720

Closed
wants to merge 8 commits into from

Commits on Jul 14, 2022

  1. feat(apps): create ng-dev token functions

    Establish a base set of ng-dev token functions allowing for the request, validation and revocation of newly defined ng-dev tokens.
    
    These tokens will be used to allow ng-dev users to authenticate and request data from or actions to be performed by the dev-infra
    firebase instance.
    josephperrott committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    8e31989 View commit details
    Browse the repository at this point in the history
  2. feat(ng-dev): create auth subcommand for ng-dev

    Create a set of auth commands to login to the ng-dev service.  Currently only supports logging in, logging out
    and restoring a logged in session.
    josephperrott committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    aa8ce80 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    ce59899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a110d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91890bb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    d1ff356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b1fb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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