Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcubbs/oauth-showcase
This is a simple showcase of the OAuth 2.0 authorization code flow written in GO. With a server and a client. Both components are fully customizable and can be used as a template for your own projects.
https://github.com/zcubbs/oauth-showcase
go oauth2
Last synced: 2 months ago
JSON representation
This is a simple showcase of the OAuth 2.0 authorization code flow written in GO. With a server and a client. Both components are fully customizable and can be used as a template for your own projects.
- Host: GitHub
- URL: https://github.com/zcubbs/oauth-showcase
- Owner: zcubbs
- Created: 2022-10-15T00:58:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T07:16:05.000Z (over 2 years ago)
- Last Synced: 2024-11-14T01:33:05.811Z (2 months ago)
- Topics: go, oauth2
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - oauth-showcase
README
# OAuth Showcase
This is a simple showcase of OAuth 2.0 Client written in GO. Comes with a dummy oauth server.
Both components are fully customizable and can be used as a template for your tests.## Client
![](_assets/client_login.png)
![](_assets/client_success.png)## Server
![](_assets/server_login.png)