Build Mobile Apps with Angular, Ionic 4, and Spring Boot

David Kapanga

nice tutorial, but what if I use JWT? how do I configure the login process?. I generate an ionic on my existing jhipster project, but all I get is 403 (forbidden) when trying to login or create an account, and on my backend server I got this message
Forbidden: Could not verify the provided CSRF token because your session was not found.
Resolved [org.springframework.security.web.csrf.MissingCsrfTokenException: Could not verify the provided CSRF token because your session was not found.]
do you have any idea how to solve this? because everything works on my monolith frontend angular that was generated with the backend server by jhipster but on the ionic all request are forbidden.