From 07450e3d7e0ac3491c6342ad2198b8df620405b0 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 26 Jan 2022 18:14:08 +0530 Subject: [PATCH 1/2] Added Hazelcast store to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index affa54b..976946a 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ if !ok || !token.Valid { - [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) +- [Hazelcast](https://github.com/clowre/go-oauth2-hazelcast) ## Handy Utilities From 626fdf442cf38434878c91031183bb0520992135 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 26 Jan 2022 18:17:36 +0530 Subject: [PATCH 2/2] added token only clause to Hazelcast --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 976946a..5161a4c 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ if !ok || !token.Valid { - [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) -- [Hazelcast](https://github.com/clowre/go-oauth2-hazelcast) +- [Hazelcast](https://github.com/clowre/go-oauth2-hazelcast) (token only) ## Handy Utilities