-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow scoping operation to a single activation ID #852
Labels
Comments
Please analyze - @romanstrobl |
jandusil
added a commit
that referenced
this issue
Nov 13, 2023
- Add a new column activation_id into table pa_operation - Update OperationEntity - Update OperationCreateRequest - Update OperationServiceBehavior::createOperation - Update OperationServiceBehavior::attemptApproveOperation - Add tests - Update DDL, Liquibase, migration guide and REST API documentation
jandusil
added a commit
that referenced
this issue
Nov 13, 2023
- Add test for MapToJsonConverter.json - Fix PR reviews
jandusil
added a commit
that referenced
this issue
Nov 13, 2023
jandusil
added a commit
that referenced
this issue
Nov 13, 2023
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
- Add validation - Add API docs for swagger - Add foreignKey - Fix documentations
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
- Put parsing logic directly to PAS - Switch to Map<String, Object>
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
jandusil
added a commit
that referenced
this issue
Nov 15, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
jandusil
added a commit
that referenced
this issue
Nov 21, 2023
* Fix #852: Allow scoping operation to a single activation ID - Add a new column activation_id into table pa_operation - Update OperationEntity - Update OperationCreateRequest - Update OperationServiceBehavior::createOperation - Update OperationServiceBehavior::attemptApproveOperation - Add tests - Update DDL, Liquibase, migration guide and REST API documentation - Add validation - Add API docs for swagger - Add foreignKey - Fix documentations
Testing on PACE blocked by #1174 |
Waiting for a fix: https://github.com/wultra/powerauth-cloud/issues/397#issuecomment-1853596066 |
test ok, see more in the comment: #1224 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To improve use cases on mobile, it would be nice to allow specifying an operation ID for a particular mobile device defined by activation ID. As a result, the developers could:
The text was updated successfully, but these errors were encountered: