From f1efb99b33486fd647625e67c4dc4f34e68f844a Mon Sep 17 00:00:00 2001 From: Mark Schroering Date: Tue, 21 Jan 2020 18:14:31 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 7 +++++++ README.md | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3532f..43b6c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [9.13.0] - 2020-01-21 + +### Added + +- Added ability to use auth tokens in the `PHC_ACCESS_TOKEN` and `PHC_REFRESH_TOKEN` environment variables. + ## [9.12.0] - 2019-12-09 ### Added @@ -635,6 +641,7 @@ and `create-nantomics-vcf-import` - Replaced the `defaults` command with a `setup` command +[9.13.0]: https://github.com/lifeomic/cli/compare/v9.12.0...v9.13.0 [9.12.0]: https://github.com/lifeomic/cli/compare/v9.11.0...v9.12.0 [9.11.0]: https://github.com/lifeomic/cli/compare/v9.10.0...v9.11.0 [9.10.0]: https://github.com/lifeomic/cli/compare/v9.9.0...v9.10.0 diff --git a/README.md b/README.md index 722fe75..b7ab3e0 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ credentials for authentication. Note that for this option, you do not need to run `lo auth` as username and password credentials are not used for this credentials grant. +You can also provide an API key or access and refresh tokens in +the `PHC_ACCESS_TOKEN` and `PHC_REFRESH_TOKEN` environment variables. With these +set, you can bypass using `lo auth`. + #### API Keys If you wish to use an API key, then you need to create an API key