Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Authorization Code Grant

login auth token

Run Server

$ cd example/server
$ go build server.go
$ ./server

Run Client

$ cd example/client
$ go build client.go
$ ./client

Open the browser

http://localhost:9094