Cause the following works for me: ```ts Session.in...
# general
r
Cause the following works for me:
Copy code
ts
Session.init({
    jwt: {
        enable: true,
    },
});
3 Views