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
- Host: GitHub
- URL: https://github.com/namchee/go-oauth2-client
- Owner: Namchee
- Created: 2021-04-25T13:54:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T10:25:07.000Z (about 5 years ago)
- Last Synced: 2025-01-30T03:28:00.683Z (over 1 year ago)
- Language: Go
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`