Created
November 17, 2020 03:27
-
-
Save ajtatum/a79f417b6ab4f491f9c7d16dde352f10 to your computer and use it in GitHub Desktop.
AspNetUSer with ApiAuthKey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class ApplicationUser : IdentityUser | |
{ | |
[Column(TypeName = "varchar(50)")] | |
[StringLength(50)] | |
public string ApiAuthKey { get; set; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment