-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- idToken을 디코딩하여 페이로드를 가져오는 테스트는 외부 oauth 서버와 협업으로 인해서 테스트를 삭제하였습니다. - nonce 검증 테스트는 validatePayload 메소드로 범위를 줄여서 테스트 코드를 작성하였습니다. - DecodedIdTokenPayload 클래스의 exp 타입이 명세서와 달라 Integer로 수정하였습니다.
- Loading branch information
1 parent
8b2d13a
commit d3c8956
Showing
2 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters