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

https://github.com/namchee/go-oauth2-client

Golang app to demonstrate OAuth2 flow. Made for learning purposes only
https://github.com/namchee/go-oauth2-client

Last synced: 10 months ago
JSON representation

Golang app to demonstrate OAuth2 flow. Made for learning purposes only

Awesome Lists containing this project

README

          

# GoLang OAuth2-Secured App Sample

A simple sample app to connect with your GitHub account. Made to demonstrate authentication with OAuth2 written on GoLang.

Made for learning purposes only.

## Installation

> Make sure that you have registered the app on your GitHub account! [Here's how](https://github.com/settings/applications/new).

1. Clone this repository.
2. Run `go mod get` from your terminal
3. Run `go run main.go` from your terminal
4. Visit `http://localhost:8080/static`