From 64a88a7d903e2f73bcc25f34cd083cc1c2405a0c Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 6 Jan 2021 21:35:17 +0800 Subject: [PATCH] feat: add new xorm store implement for v4 (include client and token store) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb05e28..e4f516f 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ if !ok || !token.Valid { * [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg) * [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb) * [XORM](https://github.com/techknowlogick/go-oauth2-xorm) +* [XORM (MySQL, client and token store)](https://github.com/rainlay/go-oauth2-xorm) * [GORM](https://github.com/techknowlogick/go-oauth2-gorm) * [Firestore](https://github.com/tslamic/go-oauth2-firestore)