What is ASP.NET Identity's IUserSecurityStampStore interface?

前端 未结 3 1025
忘掉有多难
忘掉有多难 2020-11-22 17:26

Looking at ASP.NET Identity (new membership implementation in ASP.NET), I came across this interface when implementing my own UserStore:

//Micro         


        
3条回答
  •  再見小時候
    2020-11-22 17:42

    I observed the SecurityStamp to be required for token verification.

    To repo: Set SecurityStamp to null in the databsae Generate a token (works ok) Verify token (fails)

提交回复
热议问题