Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
ADmad authored Dec 14, 2018
1 parent 43d8ad4 commit 1b600be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ The authentication class checks for the token in two locations:
RewriteCond %{HTTP:Authorization} ^(.*)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
```

or

```
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
```

## Token Generation

Expand Down

0 comments on commit 1b600be

Please sign in to comment.