Skip to content
forked from golang/oauth2

Go Generic OAuth2 📌My custom to be compatible with Zalo Social API 📌

License

Notifications You must be signed in to change notification settings

huynhsamha/oauth2

 
 

Repository files navigation

Generic OAuth2 for Go

oauth2 package contains a client implementation for OAuth 2.0 spec.

Changes from https://github.com/golang/oauth2 to custom params.

Installation

go get github.com/huynhsamha/oauth2

Or you can manually git clone the repository to $(go env GOPATH)/src/github.com/huynhsamha/oauth2.

Changes

  • In package oauth2/internal, add params_conf.go
  • Changes from hard code client_id, client_secret to params config
  • Add endpoint OAuth2 of Zalo Social API
  • Add AuthStyleInQuery, support access_token using HTTP GET

About

Go Generic OAuth2 📌My custom to be compatible with Zalo Social API 📌

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%