Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)