Skip to content

Commit 4b9c59f

Browse files
committed
update readme
1 parent 0f844f0 commit 4b9c59f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,12 @@ if !ok || !token.Valid {
157157
}
158158
```
159159

160-
## Storage Implements
160+
## Store Implements
161161

162-
* [BuntDB](https://github.com/tidwall/buntdb)(The default storage)
162+
* [BuntDB](https://github.com/tidwall/buntdb)(default store)
163163
* [Redis](https://github.com/go-oauth2/redis)
164164
* [MongoDB](https://github.com/go-oauth2/mongo)
165+
* [MySQL](https://github.com/go-oauth2/mysql)
165166
* [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb)
166167

167168
## MIT License

0 commit comments

Comments
 (0)