Edit DOC.

This commit is contained in:
juanifioren 2015-07-02 12:16:43 -03:00
parent e1b8e3c9ad
commit 4c11ccbacb

6
DOC.md
View file

@ -40,7 +40,7 @@ Before getting started there are some important things that you should know:
## Installation
If you want to get started fast see our [Example Project](https://github.com/juanifioren/django-oidc-provider/tree/master/example_project) folder.
If you want to get started fast see our [example project](https://github.com/juanifioren/django-oidc-provider/tree/master/example_project) folder.
Install the package using pip.
@ -284,12 +284,14 @@ Authorization: Bearer [ACCESS_TOKEN]
## Running Tests
You need a Django project properly configured with the package. Then just run tests as normal.
You need a Django project properly configured with the package, check out the [example project](https://github.com/juanifioren/django-oidc-provider/tree/master/example_project). Then just run tests as normal.
```bash
$ python manage.py test oidc_provider
```
Also tests run on every commit to the project, we use [travis](https://travis-ci.org/juanifioren/django-oidc-provider/) for this.
This provider was tested (and fully works) with these OIDC Clients:
- [Drupal OpenID Connect](https://www.drupal.org/project/openid_connect)
- [Passport OpenID Connect](https://github.com/jaredhanson/passport-openidconnect) (for NodeJS)