diff --git a/README.md b/README.md index 9c23ea6af4..1c94655d4c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # ORY Oathkeeper -[![Build Status](https://travis-ci.com/ory/oathkeeper.svg?token=gtodfPz6nLDS6xphYxdJ&branch=master)](https://travis-ci.com/ory/oathkeeper) +

+ Chat | + Forums | + Newsletter

+ API Docs | + Support us on patreon! +

-This is a simple reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service -uses Hydra to validate access tokens and policies. +This is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service +uses Hydra to validate access tokens and policies. This service is under **active development** with **regular breaking changes**. -## Writing Rules - -Check out [director/director.go](director/director.go) for some exemplary rules and rule documentation. +[![Build Status](https://travis-ci.org/ory/oathkeeper.svg?branch=master)](https://travis-ci.org/ory/oathkeeper) +[![Coverage Status](https://coveralls.io/repos/github/ory/oathkeeper/badge.svg?branch=master)](https://coveralls.io/github/ory/oathkeeper?branch=master) ## Running @@ -26,4 +31,4 @@ You can run this sever using `go run main.go` or `go install . && firewall-rever ``` mockgen -package evaluator -destination evaluator/hydra_sdk_mock.go github.com/ory/hydra/sdk/go/hydra SDK -``` \ No newline at end of file +```