Examples of creating session with wasp 0.16.0
I want to create a user session via Wasp's auth hooks, but I can't find any good examples of using the existing auth utils. In old code snippets I see references to
createSession but I can't find that anymore. Any suggested reading?