Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fusionauth/fusionauth-example-go-device-code-grant

get-gif: An Example Golang CLI app using the FusionAuth Golang Client Library to provide Device Code OAuth
https://github.com/fusionauth/fusionauth-example-go-device-code-grant

example fusionauth go golang golang-cli oauth2 oauth2-device-code-flow

Last synced: 2 months ago
JSON representation

get-gif: An Example Golang CLI app using the FusionAuth Golang Client Library to provide Device Code OAuth

Awesome Lists containing this project

README

        

# getgif

An Example Golang CLI app using the FusionAuth Golang Client Library to provide Device Code OAuth.

* Set up your FusionAuth application.
* Update `.env` with the needed values
* `go build`
* `getgif`

If you want to logout of your browser, go to http://localhost:9011/logout

You can read the tutorial here: https://fusionauth.io/blog/2020/06/17/building-cli-app-with-device-grant-and-golang

## Credits

- [@Gowiem](https://github.com/Gowiem) / [@masterpointio](https://github.com/masterpointio) for the initial implementation and blog post!