Skip to content

Commit 64a88a7

Browse files
committed
feat: add new xorm store implement for v4 (include client and token store)
1 parent f3419dd commit 64a88a7

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
@@ -169,6 +169,7 @@ if !ok || !token.Valid {
169169
* [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg)
170170
* [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb)
171171
* [XORM](https://github.com/techknowlogick/go-oauth2-xorm)
172+
* [XORM (MySQL, client and token store)](https://github.com/rainlay/go-oauth2-xorm)
172173
* [GORM](https://github.com/techknowlogick/go-oauth2-gorm)
173174
* [Firestore](https://github.com/tslamic/go-oauth2-firestore)
174175

0 commit comments

Comments
 (0)