Skip to content

go-oauth2/mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Storage for OAuth 2.0

Build Codecov ReportCard GoDoc License

Install

$ go get -v github.com/go-oauth2/mysql/v4

Usage

package main import ( "github.com/go-oauth2/mysql/v4" "github.com/go-oauth2/oauth2/v4/manage"	_ "github.com/go-sql-driver/mysql" ) func main() { manager := manage.NewDefaultManager() // use mysql token store store := mysql.NewDefaultStore( mysql.NewConfig("root:123456@tcp(127.0.0.1:3306)/myapp_test?charset=utf8"),	) defer store.Close() manager.MapTokenStorage(store) // ... }

MIT License

Copyright (c) 2018 Lyric 

About

MySQL storage for OAuth 2.0

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages