tm-pe2 / ad-website

Frontend web app
0 stars 0 forks source link

Auth flow and HTTP interceptor #72

Closed DrunkenToast closed 2 years ago

DrunkenToast commented 2 years ago

Close #63

DrunkenToast commented 2 years ago

Ready for review to close #63 Depends on auth branch in API.

DrunkenToast commented 2 years ago

The interceptor is ready and behaves according to this image: image

This requires you to always use the Angular HttpClient, not for example fetch, if you're requesting data from the API.