My project has frontend on Vue, and backend in Spring Boot. Also I have implemented the Java Spring Security as my Authentication method. I have created a custom login page with Thymeleaf.
But the thing is, I want to use my components on Vue, here in the login page. Meaning that I want my login page to be in Vue, whilst having the authentication service in backend.
I was researching online but I couldn't find any example. I wonder if that's possible. I mean, simply creating the custom login page on frontend and using Java Spring Security, OAuth2 as well.