Categorygithub.com/ryicoh/go-oauth2-etcd
modulepackage
0.1.2
Repository: https://github.com/ryicoh/go-oauth2-etcd.git
Documentation: pkg.go.dev

# README

Etcd Storage for OAuth 2.0

[![Build][Build-Status-Image]][Build-Status-Url] [![Codecov][codecov-image]][codecov-url] [![ReportCard][reportcard-image]][reportcard-url] [![GoDoc][godoc-image]][godoc-url] [![License][license-image]][license-url]

Install

$ go get -u -v github.com/ryicoh/go-oauth2-etcd

Usage

package main

import (
)

func main() {
}

MIT License

Copyright (c) 2020 Lyric

# Functions

NewEtcdStore create an instance of a etcd store.
NewEtcdStoreWithCli create an instance of a etcd store.

# Structs

TokenStore etcd token store.