I need to upgrade this implementation by changing the id of the account to ulong. It can run, register account, verify the email, but when I try /accounts it shows unauthorized error.
How can I do this upgrade that
var account = (Account)context.HttpContext.Items["Account"];
I need to upgrade this implementation by changing the id of the account to ulong. It can run, register account, verify the email, but when I try
/accounts
it shows unauthorized error.How can I do this upgrade that
could find the account?