We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de98d66 commit c8286afCopy full SHA for c8286af
1 file changed
README.md
@@ -1,7 +1,15 @@
1
# getgif
2
3
-An Example Golang CLI app using the FusionAuth Golang Client Library to provide Device Code OAuth
+An Example Golang CLI app using the FusionAuth Golang Client Library to provide Device Code OAuth.
4
+
5
+* Set up your FusionAuth application.
6
+* Update `.env` with the needed values
7
+* `go build`
8
+* `getgif`
9
10
+If you want to logout of your browser, go to http://localhost:9011/logout
11
12
## Credits
13
14
- [@Gowiem](https://github.com/Gowiem) / [@masterpointio](https://github.com/masterpointio) for the initial implementation and blog post!
15
0 commit comments