Improve refresh #625
oidc-conformity.yml
on: pull_request
oidc-conformity
2m 15s
Annotations
7 errors
oidc-conformity
cannot use new(Persister) (value of type *Persister) as persistence.Persister value in variable declaration: *Persister does not implement persistence.Persister (missing method RotateRefreshToken)
|
oidc-conformity
cannot use &p (value of type *Persister) as persistence.Persister value in return statement: *Persister does not implement persistence.Persister (missing method RotateRefreshToken)
|
oidc-conformity
cannot use &Persister{} (value of type *Persister) as "github.com/ory/hydra/v2/oauth2".AssertionJWTReader value in variable declaration: *Persister does not implement "github.com/ory/hydra/v2/oauth2".AssertionJWTReader (missing method RotateRefreshToken)
|
oidc-conformity
cannot use new(Persister) (value of type *Persister) as persistence.Persister value in variable declaration: *Persister does not implement persistence.Persister (missing method RotateRefreshToken)
|
oidc-conformity
cannot use &p (value of type *Persister) as persistence.Persister value in return statement: *Persister does not implement persistence.Persister (missing method RotateRefreshToken)
|
oidc-conformity
cannot use &Persister{} (value of type *Persister) as "github.com/ory/hydra/v2/oauth2".AssertionJWTReader value in variable declaration: *Persister does not implement "github.com/ory/hydra/v2/oauth2".AssertionJWTReader (missing method RotateRefreshToken)
|
oidc-conformity
Process completed with exit code 17.
|