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

feat(auth): Added the api shells for signin and confirmsignin for passwordless #2638

Merged
merged 18 commits into from
Nov 21, 2023

Conversation

gpanshu
Copy link
Contributor

@gpanshu gpanshu commented Nov 16, 2023

  • PR title and description conform to Pull Request guidelines.

Issue #, if available:

Description of changes:

How did you test these changes?
(Please add a line here how the changes were tested)

Documentation update required?

  • No
  • Yes (Please include a PR link for the documentation update)

General Checklist

  • Added Unit Tests
  • Added Integration Tests
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@gpanshu gpanshu marked this pull request as ready for review November 17, 2023 16:25
@gpanshu gpanshu requested a review from a team as a code owner November 17, 2023 16:25
@gpanshu gpanshu marked this pull request as draft November 17, 2023 18:18
@gpanshu gpanshu marked this pull request as ready for review November 17, 2023 18:24
@gpanshu gpanshu changed the title *Do not review yet*feat(auth): Added the api shells for signin and confirmsignin for passwordless feat(auth): Added the api shells for signin and confirmsignin for passwordless Nov 17, 2023
@gpanshu gpanshu requested a review from thisisabhash November 17, 2023 20:19
Copy link
Member

@thisisabhash thisisabhash left a comment

Choose a reason for hiding this comment

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

LGTM with one minor comment

@gpanshu gpanshu requested a review from harsh62 November 20, 2023 19:02
* Get user attributes to be sent to the service such as information about the user
* @return user attributes to be sent to the service such as information about the user
*/
val userMetadata: Map<String, String>?
Copy link
Member

Choose a reason for hiding this comment

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

no reason for this to be null when its impossible for builder to pass null.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@gpanshu gpanshu merged commit 2670bc4 into feat/magiclink_and_otp_main_branch Nov 21, 2023
4 checks passed
@gpanshu gpanshu deleted the feat/add-new-apis branch November 21, 2023 16:10
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