Skip to content

Commit 5ee9f9f

Browse files
authored
Merge pull request #112 from imrenagi/store/imrenagi-mysql
Add link to new implementation of token and client store for mysql db
2 parents 42a3322 + 4d3c15a commit 5ee9f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ if !ok || !token.Valid {
165165
* [Redis](https://github.com/go-oauth2/redis)
166166
* [MongoDB](https://github.com/go-oauth2/mongo)
167167
* [MySQL](https://github.com/go-oauth2/mysql)
168+
* [MySQL (Provides both client and token store)](https://github.com/imrenagi/go-oauth2-mysql)
168169
* [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg)
169170
* [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb)
170171
* [XORM](https://github.com/techknowlogick/go-oauth2-xorm)

0 commit comments

Comments
 (0)