BudgetSquirrel / BudgetTracker

Budget Tracker allows users to manage their money more efficiently. This API has endpoint to save, create, and manage your budgets and goals.
4 stars 0 forks source link

.NET Identity is a noob framework #30

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

Sooooo .NET identity forces you into this dumb service injection crap. It requires you to pass it the model you will use and the signinasync function attemps to sign you into a session (which we are not doing). It's great if you're a noob sheep and want to blindly follow what they force you to do, but we are not that!

So, create a library that does not introduce state. No dependency injection crap!

BenjaminGroseclose commented 5 years ago

Wait you hate DI?