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

https://github.com/ory/fosite-example


https://github.com/ory/fosite-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ORY Fosite Example Server

[![Build Status](https://travis-ci.org/ory/fosite-example.svg?branch=master)](https://travis-ci.org/ory/fosite-example)

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 [`go@1.13` or higher installed](https://golang.org/dl/) as it uses go modules for dependency management.
Once installed, run the demo:

```
$ git clone https://github.com/ory/fosite-example.git
$ cd fosite-example
$ go run main.go
```