pdonorio / angulask

A project to template flask web server to meet angularjs
0 stars 0 forks source link

Handling token authentication errors on API calls #13

Closed mdantonio closed 7 years ago

mdantonio commented 8 years ago

Now, when performing an authenticated API call an authorization error could occur (main for malformed token or expired token).

mdantonio commented 7 years ago

Absolutely all done here!