Simple demo for using FusionAuth with Golang.
clone with git first
git clone https://github.com/fusionauth/fusionauth-example-go
Assuming you've configured FusionAuth with a new application, update main.go
with the client ID.
go get github.com/thanhpk/randstr
go get golang.org/x/oauth2
go run main.go
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Krissanawat Kaewsanmaung - Creator