All Projects → golang → Oauth2

golang / Oauth2

Licence: bsd-3-clause
Go OAuth2

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Oauth2

Auth
Authenticator via oauth2
Stars: ✭ 118 (-97.01%)
Mutual labels:  oauth2, oauth2-client
Gam
command line management for Google Workspace
Stars: ✭ 2,558 (-35.09%)
Mutual labels:  oauth2, oauth2-client
Loginpass
Login with Google, GitHub, Twitter, Facebook and many other networks.
Stars: ✭ 177 (-95.51%)
Mutual labels:  oauth2, oauth2-client
Linkedin Api Php Client
LinkedIn API PHP SDK with OAuth 2 support. Can be used for social sign in or sharing on LinkedIn. Has a good usage examples
Stars: ✭ 88 (-97.77%)
Mutual labels:  oauth2, oauth2-client
SimpleOAuth
Simple OAuth 2.0 for Android
Stars: ✭ 15 (-99.62%)
Mutual labels:  oauth2, oauth2-client
Flask Oauthlib
YOU SHOULD USE https://github.com/lepture/authlib
Stars: ✭ 1,429 (-63.74%)
Mutual labels:  oauth2, oauth2-client
Okhttp Oauth2 Client
Android OAuth2 client using OkHttp
Stars: ✭ 193 (-95.1%)
Mutual labels:  oauth2, oauth2-client
Oauth2
OAuth2 framework for macOS and iOS, written in Swift.
Stars: ✭ 983 (-75.06%)
Mutual labels:  oauth2, oauth2-client
oxd
Client software to secure apps with OAuth 2.0, OpenID Connect, and UMA
Stars: ✭ 40 (-98.99%)
Mutual labels:  oauth2, oauth2-client
account-sdk-android
⛔️ DEPRECATED Schibsted Account SDK for Android
Stars: ✭ 15 (-99.62%)
Mutual labels:  oauth2, oauth2-client
Capacitor Oauth2
Capacitor OAuth 2 client plugin with support for the Web, iOS and Android! Show your appreciation with a Github ★
Stars: ✭ 84 (-97.87%)
Mutual labels:  oauth2, oauth2-client
Oauthswift
Swift based OAuth library for iOS
Stars: ✭ 2,949 (-25.17%)
Mutual labels:  oauth2, oauth2-client
Psmsgraph
A PowerShell module for the Microsoft Graph API
Stars: ✭ 71 (-98.2%)
Mutual labels:  oauth2, oauth2-client
Hoauth2
haskell oauth2 binding
Stars: ✭ 111 (-97.18%)
Mutual labels:  oauth2, oauth2-client
Psraw
PowerShell Reddit API Wrapper
Stars: ✭ 42 (-98.93%)
Mutual labels:  oauth2, oauth2-client
Oidc.example
OIDC (OpenID Connect) Example for http://openid.net/connect/
Stars: ✭ 190 (-95.18%)
Mutual labels:  oauth2, oauth2-client
Retroauth
A library build on top of retrofit, for simple handling of authenticated requests
Stars: ✭ 405 (-89.72%)
Mutual labels:  oauth2, oauth2-client
Oauth2
OAuth2 client in Go
Stars: ✭ 20 (-99.49%)
Mutual labels:  oauth2, oauth2-client
psd2
API client for banks supporting PSD2 APIs with OAuth2 authentication.
Stars: ✭ 26 (-99.34%)
Mutual labels:  oauth2, oauth2-client
elm-oauth2
OAuth 2.0 client-side utils in Elm
Stars: ✭ 74 (-98.12%)
Mutual labels:  oauth2, oauth2-client

OAuth2 for Go

Go Reference Build Status

oauth2 package contains a client implementation for OAuth 2.0 spec.

Installation

go get golang.org/x/oauth2

Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2.

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

Policy for new packages

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

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].