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

Add a utility function in Api classes to authenticate requests #37

Closed ianmann56 closed 5 years ago

ianmann56 commented 5 years ago

Create ApiBase class with authenticate class.

All authentication in a controller should go through this method.