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

Create authentication scheme #73

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

When a 403 is returned, ASP.NET wants to do a bunch of crap. But we haven't told it how. See this Stack Overflow post for more.

https://stackoverflow.com/questions/51142845/no-authenticationscheme-was-specified-and-there-was-no-defaultforbidscheme-foun

BenjaminGroseclose commented 5 years ago

What does the scheme do? Is it supposed to handle the 403 error. Also, side note when yall come over Tuesday I have a question about #60 implementation 😄