Skip to content

Commit cd6c25a

Browse files
Fix: [AEA-5519] - Add gitallowed (#1136)
## Summary - Routine Change ### Details Add gitallowed requirements for AEA-5519 branch. Signed-off-by: Connor Avery <[email protected]>
1 parent 0e42a2b commit cd6c25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitallowed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ token: `.*{props\.cloudfrontDomain}\/api\/token`
2222
packages\/auth_demo\/src\/App.tsx:150
2323
\(token: string\)
2424
packages/common/authFunctions/src/cis2\.ts:.*decodeToken
25+
const token = jwt.decode(bearer_token, {complete: true})
26+
packages\/trackerUserInfoLambda\/src\/handler.ts:69

0 commit comments

Comments
 (0)