aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 868 forks source link

WIP: IUserTwoFactorTokenProvider token length POC #2087

Closed grahamehorner closed 5 years ago

grahamehorner commented 5 years ago

This is a WIP idea to support configuration of token length for UserTwoFactorTokenProviders

HaoK commented 5 years ago

The code has moved to https://github.com/aspnet/AspNetCore/tree/master/src/Identity feel free to file an issue if this is something you are still interested in