dotnet / dotnet/aspnetcore

Consider adding PIN as an option in Identity infrastructure as it is required in most of the projects now

Open
#49,549 1 comment 1 reaction 0 assignees View on GitHub
area-identity enhancement
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 5h
Merged PRs (30d)
276

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Is your feature request related to a problem? Please describe the problem.

Consider adding PIN as an option in Identity infrastructure as it is required in most of the projects now.

To facilitate quick login, instead of a password, a user would be allowed to log in with a number-based PIN (which could be 4 digits to 6 digits) for authentication.

It requires additional definition and is repetitive.

So make it available as part of the Identity infrastructure by defining the necessary properties and methods to achieve the same.

### Describe the solution you'd like

* A property to access PIN
* An overloaded method to authenticate users with a PIN instead of a password
* An option to configure the minimum # of digits required to set up the PIN

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.