Skip to content

Commit f92d341

Browse files
authored
Fix bearer regex
1 parent 93fdd9c commit f92d341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ You should see similar output to what you observed when [testing the lambda loca
218218
* Lambda function: `jwtRsaCustomAuthorizer`
219219
* Authorizer name: `jwt-rsa-custom-authorizer`
220220
* Execution role: (**Role ARN** from the [Create the IAM role](#create-the-iam-role) section)
221-
* Token validation expression: `^Bearer [-0-9a-zA-z\.]*$`
221+
* Token validation expression: `^Bearer [-0-9a-zA-Z\._]*$`
222222
* Result TTL in seconds: `3600`
223223

224224
5. Click **Create**

0 commit comments

Comments
 (0)