Skip to content

xtordoir/goauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goauth: shell tools for oauth 2.0 identification and google storage put and get methods


Google OAuth 2.0 tool
=====================

goauth.sh <options> command

options are:
	--conf <configfile>      :  the configuration file containing the application secret, application id and callback url
	--tokenfile <tokenfile>  :  the file contining the refresh token in the json formt returned by the google server

the command is either "code", "token" or "refresh"


Google storage tool
===================

gs.sh <options> command <arguments>

 options are:
	--tokenfile <tokenfile>  :  the file contining the refresh token in the json formt returned by the google server

the command is either "put" or "get"

About

google oauth2.0 and google storage pure shell tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages