Skip to content

Commit

Permalink
Fix bearer regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mostekcm authored Nov 30, 2017
1 parent 93fdd9c commit f92d341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ You should see similar output to what you observed when [testing the lambda loca
* Lambda function: `jwtRsaCustomAuthorizer`
* Authorizer name: `jwt-rsa-custom-authorizer`
* Execution role: (**Role ARN** from the [Create the IAM role](#create-the-iam-role) section)
* Token validation expression: `^Bearer [-0-9a-zA-z\.]*$`
* Token validation expression: `^Bearer [-0-9a-zA-Z\._]*$`
* Result TTL in seconds: `3600`

5. Click **Create**
Expand Down

0 comments on commit f92d341

Please sign in to comment.