Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 135 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 135 Bytes

oAuth2

Server

  cd example/server
  go run server.go

Client

  cd example/client
  go run client.go