1 2 3 4 5 6 7 8 9 10 11
|
This oauth2 folder contains a oauth2 package with a partial client OAuth2 implementation.
It has been copied over from the original for our use. A lot of the original code and dependencies have been deleted, and the rest reshuffled.
Original Project: Go OAuth2 - [pkg.go.dev/golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2)
* Commit hash at the time of cloning [d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe](https://github.com/golang/oauth2/blob/d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe/)
* Original Project's Repo on GitHub: [golang/oauth2](https://github.com/golang/oauth2/)
* Original Project's Repo on Google Open Source: https://cs.opensource.google/go/x/oauth2
* License: [BSD 3-Clause](https://github.com/golang/oauth2/blob/d3ed0bb246c8d3c75b63937d9a5eecff9c74d7fe/LICENSE) - [Local copy](./LICENSE)
Note: The original authors are not aware of this fork, and do not endorse it in any way.
|