breaking change: Add GetRefreshTokenInfo() to op.Storage
This commit is contained in:
parent
f3eae0f329
commit
f447b9b6d4
8 changed files with 59 additions and 14 deletions
1
go.mod
1
go.mod
|
@ -3,6 +3,7 @@ module github.com/zitadel/oidc/v2
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/dmarkham/enumer v1.5.7 // indirect
|
||||
github.com/golang/mock v1.6.0
|
||||
github.com/google/go-cmp v0.5.2 // indirect
|
||||
github.com/google/go-github/v31 v31.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue