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 870 forks source link

Add DPAPI Token Provider #161

Closed HaoK closed 9 years ago

HaoK commented 10 years ago

Still need to add a DPAPI based TokenProvider (was used for email confirmations in 2.0) which had 1 day lifetimes as opposed to the shorter TOTP tokens for TFA

HaoK commented 9 years ago

Fixed as part of https://github.com/aspnet/Identity/pull/196