Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 341 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 341 Bytes

起動方法

go runでの起動

openid providerの起動

op配下に移動し、以下のコマンドを実行してください。

go run main.go

relying partyの起動

rp配下に移動し、以下のコマンドを実行してください。

go run main.go

docker composeでの起動

未完成