Categorygithub.com/gonfire/oauth2
repositorypackage
0.4.2
Repository: https://github.com/gonfire/oauth2.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

oauth2

Build Status Coverage Status GoDoc Release Go Report Card

A fundamental and extendable OAuth2 library for Go.

Package oauth2 provides structures and functions to implement OAuth2 compatible authentication servers. The library can be used standalone or with any framework as it is built on top of the standard Go http library.

Specifications

The library considers and implements the following specifications:

Example

The example package implements a basic but feature-complete in-memory OAuth2 authentication server. The example can be used as a template to build a custom implementation of an OAuth2 compatible authentication server.

Installation

Get the package using the go tool:

$ go get -u github.com/gonfire/oauth2

License

The MIT License (MIT)

Copyright (c) 2016 Joël Gähwiler