go-oauth2 / oauth2

OAuth 2.0 server library for the Go programming language.
https://pkg.go.dev/github.com/go-oauth2/oauth2/v4
MIT License
3.31k stars 563 forks source link

feat: add new xorm store implement for v4 (client and token store) #169

Closed rainlay closed 3 years ago

rainlay commented 3 years ago

Add xorm store implement for v4 version

codecov-io commented 3 years ago

Codecov Report

Merging #169 (64a88a7) into master (f3419dd) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   51.08%   51.08%           
=======================================
  Files          12       12           
  Lines         787      787           
=======================================
  Hits          402      402           
  Misses        275      275           
  Partials      110      110           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f3419dd...64a88a7. Read the comment docs.