Skip to content

Commit 09a06b6

Browse files
committed
Added in blog post links.
1 parent c8286af commit 09a06b6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ An Example Golang CLI app using the FusionAuth Golang Client Library to provide
99

1010
If 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+

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var rootCmd = &cobra.Command{
4848
Long: `
4949
A small CLI tool to fetch Gifs only once the user is authenticated.
5050
This 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

0 commit comments

Comments
 (0)