Skip to content
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

fix: Integrate VeraId in account creation process #43

Merged
merged 27 commits into from
Sep 25, 2023

Conversation

gnarea
Copy link
Member

@gnarea gnarea commented Sep 12, 2023

LTR-60

High-level changes

  • Migrated to production environment (by updating connection params in server_connection_params.der file).
  • When communicating with the server, instead of requesting a VeraId id (e.g., [email protected]), we now request a user name (e.g., alice) in the current locale (e.g., en_GB) -- the user may be running a (very) old version of the Letro app, which may not reflect the latest set of domain names supported by Relaycorp's Letro server.
  • Renamed instances of "veraId" to "veraidId" for legal reasons (we have the trademark for "VeraId", not "Vera", which belongs to a third party). I didn't change all occurrences -- only the ones I worked with.
  • I removed 2-3 classes related to the AwalaMessageParser implementation for account creation messages, as they seemed unnecessary.

Changes to ignore

I'd recommend ignoring the following packages during review:

  • tech.relaycorp.letro.server.messages: ASN.1 DER serialisation of Letro server messages, such as account creation; the final version of the contact pairing serialisers will be moved there.
  • tech.relaycorp.letro.utils: Various Letro-agnostic utilities related to ASN.1, cryptography, etc.

kodiakhq bot pushed a commit to relaycorp/veraid-jvm that referenced this pull request Sep 18, 2023
@gnarea gnarea changed the title fix: Migrate to production server fix: Integrate VeraId in account creation process Sep 24, 2023
@gnarea gnarea marked this pull request as ready for review September 24, 2023 15:29
@gnarea gnarea requested a review from migulyaev September 24, 2023 15:29
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 24, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 25, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 25, 2023
@gnarea gnarea requested a review from migulyaev September 25, 2023 13:31
@gnarea
Copy link
Member Author

gnarea commented Sep 25, 2023

Thanks for the review @mgulyaev10! Over to you.

@gnarea gnarea added the automerge Allow kodiak to automerge commit when all checks pass label Sep 25, 2023
@kodiakhq kodiakhq bot merged commit 1f6eb3e into main Sep 25, 2023
6 checks passed
@kodiakhq kodiakhq bot deleted the production-server-migration branch September 25, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Allow kodiak to automerge commit when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants