Skip to content

Commit

Permalink
Merge pull request #169 from rainlay/feature/add-xorm-store-for-v4
Browse files Browse the repository at this point in the history
feat: add new xorm store implement for v4 (client and token store)
  • Loading branch information
LyricTian authored Mar 28, 2021
2 parents 7db0f47 + 64a88a7 commit e165423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ if !ok || !token.Valid {
* [PostgreSQL](https://github.com/vgarvardt/go-oauth2-pg)
* [DynamoDB](https://github.com/contamobi/go-oauth2-dynamodb)
* [XORM](https://github.com/techknowlogick/go-oauth2-xorm)
* [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)

Expand Down

0 comments on commit e165423

Please sign in to comment.