ASP.NET Identity Login endpoint returns schema in of auth tokens
what the title says. I assume there some kind of messed up in my configuration somewhere, but i dont know where to start looking
i also assume this is because of how this method is somehow supposed to return data without returning anything...
4 Replies
heres the source code right from the library in case you need it:
:(
Tutorial: Debug C# code and inspect data - Visual Studio (Windows)
Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.
there are thousands of lines of library code behind the sign in manager. I have no idea we’re in that maze it returns anything I’ve stepped though it many many times now looking for it with no luck
not to mention that its not returning now so i dont have a way to find it now.