Skip to content

Commit

Permalink
updating README with WSGIPassAuthorization setting
Browse files Browse the repository at this point in the history
  • Loading branch information
helrond committed Sep 9, 2019
1 parent e8a926e commit ae01c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ Your token will be returned in the response. You can then use the token in reque
$ curl -H "Authorization: JWT <your_token>" http://localhost:8000/api/orgs/1/
```

In a production environment, successfully authenticating against this endpoint may require setting Apache's `WSGIPassAuthorization` to `On`.


## Django Admin Configuration

Aurora comes with the default [Django admin site](https://docs.djangoproject.com/en/1.11/ref/contrib/admin/). Only users with superuser privileges are able to view this interface, which can be accessed by clicking on the profile menu and selecting "Administration".
Expand Down

0 comments on commit ae01c7b

Please sign in to comment.