SaiUpadhyayula / angular-reddit-clone

This repository contains source code for the Reddit Clone application built in Angular, the backend is built using Spring boot - https://github.com/SaiUpadhyayula/spring-reddit-clone
177 stars 151 forks source link

Requests sent twice & token sent to backend can't be converted to jwt #10

Open anas-ben-ouaghrem opened 2 years ago

anas-ben-ouaghrem commented 2 years ago

Thanks again Sai, I finished the Angular part yesterday yet I found two problems: the HTTP requests get sent twice and I don't know if the problem stems from my own code since I have the same problem in two other personal small projects and the token that's sent back to the backend can't be converted from string to jwt. Can you please check that out again ?