I've tried quite a few examples from the internet (e.g. first, second and others) and everything works fine except the fact that tables AspNetUserLogins and AspNetUserTokens don't show any data after successful login and token generation.
Why is this happening and how can I fix it?
The table AspNetUserTokens
is for external authentication token storage and is filled by SignInManager.UpdateExternalAuthenticationTokensAsync
method. Internal authentication tokens are stored in memory by default and if you want to store them into the database, you must create your own table and your own logic to store.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With