Rank 2: Process
I noticed I cant find anything for createEmailSession() from the server-side dart SDK,
Is it possible to create a session for the user from server-side? If so what is the difference in security between that and doing so client side?
is there ever a case where you'd want to create a Session from a server-side function? Other than in the case of using another platform to take care of part of the work?
when using createEmailSession() from client side is there any issues I need to be aware of, or security risks? Would it be the most advised way to go about creating sessions?