baisc structure and server begin server impl
This commit is contained in:
parent
26bd873f4e
commit
f6ba7ab75e
17 changed files with 575 additions and 0 deletions
12
example/internal/mock/storage.go
Normal file
12
example/internal/mock/storage.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package mock
|
||||
|
||||
import (
|
||||
"github.com/caos/oidc/pkg/oidc"
|
||||
)
|
||||
|
||||
type Storage struct {
|
||||
}
|
||||
|
||||
func (s *Storage) CreateAuthRequest(authReq *oidc.AuthRequest) error {
|
||||
return nil
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue