Categorygithub.com/Shadowmaple/oauth2-mysql-store
modulepackage
1.0.0
Repository: https://github.com/shadowmaple/oauth2-mysql-store.git
Documentation: pkg.go.dev

# README

Oauth2 MySQL storage

MySQL Oauth2 storage implementation for https://gopkg.in/oauth2.v4

Provide:

  • token store
  • client store

Install

go get -u github.com/Shadowmaple/oauth2-mysql-store

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewClientStore return a new client storage.
NewDefaultClientStore return a default client storage according to default config.
NewDefaultTokenStore return a default token storage according to default config.
NewTokenStore return a new token storage.

# Structs

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
No description provided by the author
No description provided by the author