From 4d3c15a3684971b6eca59d2699c3e625f0fc93ab Mon Sep 17 00:00:00 2001 From: imrenagi Date: Thu, 16 May 2019 07:18:18 +0700 Subject: [PATCH] Add link to new implementation of token and client store for mysql db --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87cb806..cccf758 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ if !ok || !token.Valid { * [Redis](https://github.com/go-oauth2/redis) * [MongoDB](https://github.com/go-oauth2/mongo) * [MySQL](https://github.com/go-oauth2/mysql) +* [MySQL (Provides both client and token store)](https://github.com/imrenagi/go-oauth2-mysql) * [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg) * [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb) * [XORM](https://github.com/techknowlogick/go-oauth2-xorm)