Skip to content

Commit

Permalink
docs: Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Jun 21, 2018
1 parent 756178a commit 1387f9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ of authenticating and optionally authorizing access requests.
ORY Oathkeeper is a reverse proxy which evaluates incoming HTTP requests based on a set of rules that are defined
by administartive users. ORY Oathkeeper is thus capable of:

* Identifying the user and providing the user session to API backends.
* Restricting access to certain resources based on a set of rules (Authorization).
* Identifying the user and providing the user session to API backends (authentication).
* Restricting access to certain resources based on a set of rules (authorization).
* Transforms access credentials (e.g. OAuth2 Access Tokens, SAML Assertions, ...) to a format (e.g. JSON Web Token, Plaintext, Basic Authorization, ...) consumable by your API services.

This service is under active development and may introduce breaking changes in future releases.
This service stable, but under active development and may introduce breaking changes in future releases.

[![CircleCI](https://circleci.com/gh/ory/oathkeeper.svg?style=shield&circle-token=eb458bf636326d41674141b6bbfa475a39c9db1e)](https://circleci.com/gh/ory/oathkeeper)
[![Coverage Status](https://coveralls.io/repos/github/ory/oathkeeper/badge.svg?branch=master)](https://coveralls.io/github/ory/oathkeeper?branch=master)
Expand Down

0 comments on commit 1387f9f

Please sign in to comment.