Is there any way in which we can develop in angular with spring boot but authentication related stuff I want to handle in backend also I want to give user option to sign in ,sign up and login with google authentication how can I manage all these in one angular + spring boot project also I want to deploy this application only on backend server means after creating build files of angular I want spring boot needs to be take care of those frontent file and when I run backend server my application needs to be run.
2