Skip to content

Commit 1b600be

Browse files
authored
Update README.md
Closes #73
1 parent 43d8ad4 commit 1b600be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ The authentication class checks for the token in two locations:
9797
RewriteCond %{HTTP:Authorization} ^(.*)
9898
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
9999
```
100+
101+
or
102+
103+
```
104+
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
105+
```
100106

101107
## Token Generation
102108

0 commit comments

Comments
 (0)