-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAC with claim #132
PAC with claim #132
Conversation
…claim function. Rename TOTPParser for PACParser
…r deeplink, also fix and amend tests # Conflicts: # WultraMobileTokenSDK/Operations/Utils/WMTTOTPUtils.swift # WultraMobileTokenSDKTests/TOTPParserTests.swift
2 things: we should add the PACUtils to the documentation (to the section https://github.com/wultra/mtoken-sdk-ios/blob/develop/docs/Using-Operations-Service.md#totp-wmtproximitycheck) |
# Conflicts: # WultraMobileTokenSDKTests/TOTPParserTests.swift
# Conflicts: # WultraMobileTokenSDK.xcodeproj/project.pbxproj # WultraMobileTokenSDK/Operations/Utils/WMTPACUtils.swift # WultraMobileTokenSDKTests/TOTPParserTests.swift
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is OK, but the docs need some changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* Implement new Operation Endpoint Claim and extend WMTOperations with claim function. Rename TOTPParser for PACParser * #125: update parser so it is able to parse deeplink and also JWT in QR code * Implement Detail endpoint and getDetail method to OperationsImpl * Add docs for PACUtils * Remove WMTPACUtils Keys from docs and add description of topt format in JWT/query * Remove unneccesary spaces from doc * Format docs * Improved PAC Utils # Conflicts: # WultraMobileTokenSDKTests/TOTPParserTests.swift * Remove `Package.resolved` * Fix endpoints to be signed with token * Update docs * Implement detail and claim integration tests * Rename WMTClaim file * Improve claim integration test * Improve docs * Fix claim docs --------- Co-authored-by: Jan Kobersky <[email protected]>
updated and renamed
TOTPUtils
parser toPACUtils
#125implemented #124
OperationDetail endpoint
/api/auth/token/app/operation/detail
OperationClaim endpoint
/api/auth/token/app/operation/detail/claim