https://github.com/ory/fosite-example
https://github.com/ory/fosite-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ory/fosite-example
- Owner: ory
- License: apache-2.0
- Created: 2016-09-07T07:40:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-04T11:52:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T16:04:39.626Z (over 1 year ago)
- Language: Go
- Size: 392 KB
- Stars: 78
- Watchers: 10
- Forks: 34
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ORY Fosite Example Server
[](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
```