terraform/command/testdata/login-oauth-server
Martin Atkins 8381112a5c command: Tests for the "terraform login" command
These run against a stub OAuth server implementation, verifying that we
are able to run an end-to-end login transaction for both the authorization
code and the password grant types.

This includes adding support for authorization code grants to our stub
OAuth server implementation; it previously supported only the password
grant type.
2019-09-09 11:15:24 -07:00
..
main.go command: A stub OAuth server implementation for login testing 2019-09-09 11:15:24 -07:00
oauthserver.go command: Tests for the "terraform login" command 2019-09-09 11:15:24 -07:00