//
pkg.gl
Category
github.com/ibiscum/Go-Programming-Cookbook-Second-Edition
chapter07
internal
oauthcli
package
0.0.0-20241212173216-745cb4b42230
Repository:
https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
48 SLOC
#
Functions
GetToken
GetToken retrieves a github oauth2 token.
GetUser
GetUser uses an initialized oauth2 client to get information about a user.
Setup
Setup return an oauth2Config configured to talk to github, you need environment variables set for your id and secret.