I imagine to get Authentication and Authorization to work with my custom JWT token implementation, I'll have to create some custom classes like a custom UserManager and such, since when I try to do any type of AddIdentity method without an AddDbContext, I get a bunch of DI resolution errors. Problem is, I don't really know where to start. All the information I'm finding online about adding JWT Authentication / Authorization to ASP.NET Core is for single project structures where they're creating and decoding JWT tokens in the same project