SimpleTokenProvider
SimpleTokenProvider copied to clipboard
How can I verify the user in the Startup.Auth GetIdentity() method?
Hi,
The whole weekend I am working on integrating my user verification in the GetIdentity() method in the Startup.Auth class with Entity Framework Core.
I cannot get it working.
How do I get my DbContext in this class to query for my user?