- creates a new
packages/api
package that hosts a tRPC api to be used for the web application. - renames the lucia auth
getSession
function toauth
and provides a new uncached version of it. - refactors the code in some places to be generally better.
- splits the utils package from a barrel export to multi-file export.
getBaseUrl
util now returnswindow.location.origin
instead of an empty string when thewindow
object is notundefined
.