How to sign up new user via Spring Social Facebook?
I am having a website (Angular App) which I can reach on https://localhost:4200 and a server (pure REST API) that is on https://localhost:8443. Since the REST endpoints are secured, a user must login on my server. Obviously I want users…