Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 667 Bytes

ORY Fosite Example Server

Build Status

ORY Fosite is the security first OAuth2 & OpenID Connect framework for Go. Built simple, powerful and extensible. This repository contains an exemplary http server using ORY Fosite for serving OAuth2 requests.

Install and run

The Fosite example server requires [email protected] or higher installed as it uses go modules for dependency management. Once installed, run the demo:

$ go get -d github.com/ory/fosite-example
$ cd $GOPATH/src/github.com/ory/fosite-example
$ go run main.go