readme: update example commands
This commit is contained in:
parent
f6d107340e
commit
03f71a67c2
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ func main() {
|
|||
|
||||
//we will run on :9998
|
||||
port := "9998"
|
||||
//which gives us the issuer: //http://localhost:9998/
|
||||
//which gives us the issuer: http://localhost:9998/
|
||||
issuer := fmt.Sprintf("http://localhost:%s/", port)
|
||||
|
||||
// the OpenIDProvider interface needs a Storage interface handling various checks and state manipulations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue