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

Support web login #183

Merged
merged 1 commit into from
Nov 17, 2023
Merged

Support web login #183

merged 1 commit into from
Nov 17, 2023

Conversation

racevedoo
Copy link
Member

Proposed changes

Support web login via a new method: registerWebLogin, following the api design of our Node client.

Checklist

  • Style check and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@racevedoo racevedoo requested a review from a team as a code owner November 17, 2023 11:43
@racevedoo racevedoo requested review from figueredo and b0rba November 17, 2023 11:43
@racevedoo racevedoo self-assigned this Nov 17, 2023
@racevedoo racevedoo merged commit 5eba8d3 into master Nov 17, 2023
5 checks passed
@racevedoo racevedoo deleted the web-login branch November 17, 2023 12:35
public TransactionAssessment registerWebLogin(RegisterWebLoginRequest request)
throws IncogniaException {
Asserts.assertNotNull(request, "register login request");
Asserts.assertNotEmpty(request.getInstallationId(), "installation id");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isso aq n ta errado? o installation id tem que ser null no web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants