- Notifications
You must be signed in to change notification settings - Fork34
License
NotificationsYou must be signed in to change notification settings
ory/fosite-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
The Fosite example server requiresgo@1.13
or higher installed 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