User475983607 posted
mj1223
Since this is all in an API, how do I access that cookie?
ASP Identity has token providers which allows the API to issue and validate tokens such as email confirmation. Just getting access to the cookie is not enough there is also a link involved which has the token. The API validates that the token
belongs to the user and the token purpose matches the user.
Use the Identity API if you want to use these features. Otherwise, you need to write your own API.