donnpebe / fosite-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Running the demo:

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

About

License:Apache License 2.0


Languages

Language:Go 100.0%