google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
643 stars 81 forks source link

Add Web Command for OAuth2l Playground #103

Closed leorcodes closed 4 years ago

leorcodes commented 4 years ago

This PR updates the flow of main.go in order for it to run a new command. It also adds a file called web.go that includes all of the necessary code in order for the Playground to run.