im trying to build a custom Login where the user receives a link containing an one time token and then is logged in. since i dont know the users password when checking the token for validity im having issues logging the user in.
I already tried authenticating with the password set to null and setting the authorities manually, but even though it says the user is now authenticated the user is stuck on the login page and does not get redirected…