https://github.com/mpolinowski/go-oauth2
Simple OAuth2 Implementation in Go
https://github.com/mpolinowski/go-oauth2
go golang oauth2 oauth2-client oauth2-server
Last synced: 21 days ago
JSON representation
Simple OAuth2 Implementation in Go
- Host: GitHub
- URL: https://github.com/mpolinowski/go-oauth2
- Owner: mpolinowski
- Created: 2022-10-16T11:13:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T03:19:44.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T00:39:53.482Z (10 months ago)
- Topics: go, golang, oauth2, oauth2-client, oauth2-server
- Language: Go
- Homepage: https://mpolinowski.github.io/docs/Development/Go/2022-10-15-go-oauth2-server/2022-10-15
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go OAuth2
## Simple OAuth2 Implementation in Go
> Coding along [Build your own OAuth2 Server in Go](https://hackernoon.com/build-your-own-oauth2-server-in-go-7d0f660732c3).