Skip to content

Instantly share code, notes, and snippets.

@ajtatum
Created November 17, 2020 03:27
Show Gist options
  • Save ajtatum/a79f417b6ab4f491f9c7d16dde352f10 to your computer and use it in GitHub Desktop.
Save ajtatum/a79f417b6ab4f491f9c7d16dde352f10 to your computer and use it in GitHub Desktop.
AspNetUSer with ApiAuthKey
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