angular-17-jwt-auth
angular-17-jwt-auth copied to clipboard
Logout doesn't work
trafficstars
I have followed the fullstack tutorial of spring security with JWT and Angular 17, when i was testing the app, I noticed that when I call "http://localhost:8080/api/auth/signout" in auth.service.ts the Post API for the sign out is missing, so I suggest if you can add it to the backend please.