breaking change: Add GetRefreshTokenInfo() to op.Storage

This commit is contained in:
David Sharnoff 2023-02-28 15:49:24 -08:00
parent ea4be87828
commit 3559934a2f
8 changed files with 59 additions and 14 deletions

1
go.mod
View file

@ -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