From 90a69bab5edd33a9e2b3a13d89c07a788a2d40d4 Mon Sep 17 00:00:00 2001 From: Vladimir Garvardt Date: Sat, 23 Feb 2019 15:14:29 +0100 Subject: [PATCH] Added reference to PostgreSQL store implementation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66cedf5..d3e3fa3 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,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) +* [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg) * [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb) * [XORM](https://github.com/techknowlogick/go-oauth2-xorm) * [GORM](https://github.com/techknowlogick/go-oauth2-gorm)