File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ An Example Golang CLI app using the FusionAuth Golang Client Library to provide
99
1010If you want to logout of your browser, go to http://localhost:9011/logout
1111
12+ You can read the tutorial here: https://fusionauth.io/blog/2020/06/17/building-cli-app-with-device-grant-and-golang
13+
1214## Credits
1315
1416- [ @Gowiem ] ( https://github.com/Gowiem ) / [ @masterpointio ] ( https://github.com/masterpointio ) for the initial implementation and blog post!
1517
18+
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ var rootCmd = &cobra.Command{
4848 Long : `
4949A small CLI tool to fetch Gifs only once the user is authenticated.
5050This is an example application showing off the FusionAuth service and their golang client library.
51- You can read the accompanying blog post @ TODO.
51+ You can read the accompanying blog post @ https://fusionauth.io/blog/2020/06/17/building-cli-app-with-device-grant-and-golang
5252` ,
5353}
5454
You can’t perform that action at this time.
0 commit comments