problem with ssl in macos (laptop early 2015)
i am developing a Spring boot application, with a reactjs frontend. The backend is secured with Spring security and jwt. The jwt has to be stored in a httponly cookie, therefore i must enable SSL communication, otherwise, i cannot store the jwt token in a httpOnly cookie.
problem with ssl in macos (laptop early 2015)
i am developing a Spring boot application, with a reactjs frontend. The backend is secured with Spring security and jwt. The jwt has to be stored in a httponly cookie, therefore i must enable SSL communication, otherwise, i cannot store the jwt token in a httpOnly cookie.