We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f844f0 commit 4b9c59fCopy full SHA for 4b9c59f
README.md
@@ -157,11 +157,12 @@ if !ok || !token.Valid {
157
}
158
```
159
160
-## Storage Implements
+## Store Implements
161
162
-* [BuntDB](https://github.com/tidwall/buntdb)(The default storage)
+* [BuntDB](https://github.com/tidwall/buntdb)(default store)
163
* [Redis](https://github.com/go-oauth2/redis)
164
* [MongoDB](https://github.com/go-oauth2/mongo)
165
+* [MySQL](https://github.com/go-oauth2/mysql)
166
* [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb)
167
168
## MIT License
0 commit comments