core-go / oauth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oauth2

oauth2

Models

  • Configuration
  • OAuth2Info
  • User

Services

  • OAuth2Service

Repositories

  • ConfigurationRepository
  • OAuth2UserRepository
  • UserRepository

Installation

Please make sure to initialize a Go module before installing core-go/oauth2:

go get -u github.com/core-go/oauth2

Import:

import "github.com/core-go/oauth2"