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

Login with PhoneNumber #34

Closed
Arthus15 opened this issue Sep 21, 2020 · 0 comments · Fixed by #37
Closed

Login with PhoneNumber #34

Arthus15 opened this issue Sep 21, 2020 · 0 comments · Fixed by #37
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Arthus15
Copy link
Contributor

In some cases could be interesting to login a user using his phone number instead of the username/email.
This could be done in the client service, but it would be interesed to include it on the library.

Extra: Also email != username then email could be a desired parameter in some cases.

As an idea to develop this functionality the service could expose a method like:

Task<TUser> Login(string id, string password, LoginTypeEnum loginType);
@Arthus15 Arthus15 added the enhancement New feature or request label Sep 21, 2020
@xaberue xaberue self-assigned this Sep 21, 2020
@xaberue xaberue added this to the Version 3.0 milestone Sep 21, 2020
@xaberue xaberue added this to In progress in Authorization Sep 22, 2020
@xaberue xaberue moved this from In progress to Done in Authorization Sep 22, 2020
@xaberue xaberue linked a pull request Oct 4, 2020 that will close this issue
Authorization automation moved this from Done to Resolved Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Authorization
  
Resolved
Development

Successfully merging a pull request may close this issue.

2 participants