Skip to content

golang/oauth2

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2017
Jun 22, 2022
Sep 17, 2015
May 29, 2018
Jan 4, 2025
Feb 13, 2025
Mar 19, 2019
Mar 23, 2016
Oct 25, 2016
Sep 6, 2023
Aug 6, 2024
Jan 29, 2025
Aug 23, 2016
Apr 28, 2016
Jul 24, 2018
Mar 11, 2024
Sep 9, 2022
Feb 24, 2025
Aug 20, 2024
May 28, 2018
Feb 11, 2019
Feb 28, 2018
Dec 15, 2017
Aug 17, 2016
Apr 5, 2024
Aug 21, 2018
Oct 22, 2015
Oct 22, 2015
Feb 17, 2016
Jan 4, 2018
Jun 20, 2018
May 21, 2018
Aug 10, 2016
Oct 22, 2015
Dec 15, 2017
Feb 27, 2017
May 20, 2016
Mar 14, 2018
Jul 16, 2024
Nov 1, 2024
Sep 22, 2023
Sep 6, 2023
Sep 7, 2023
Feb 14, 2025
Apr 17, 2024
Jan 4, 2025
Aug 9, 2023
Feb 13, 2025
Aug 21, 2024
Mar 28, 2023
Dec 2, 2019
May 29, 2018

Repository files navigation

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

See pkg.go.dev for further documentation and examples.

Policy for new endpoints

We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.

Report Issues / Send Patches

The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/oauth2.

Note:

  • Excluding trivial changes, all contributions should be connected to an existing issue.
  • API changes must go through the change proposal process before they can be accepted.
  • The code owners are listed at dev.golang.org/owners.