Login on Server

I was trying to figure out how to login on the server instead of the client.

My problem is: When a Magic Link is sent the user is first sent to that page and then the auth helpers to authenticate on the client only to redirect which is a weird UX and unnecessary waiting time.
I mean I could probably try to process the Magic Link on the server myself but I've asked myself if any of the auth helpers would process the login on the server side immediately.
Was this page helpful?