jackrr / bubble

MIT License
0 stars 0 forks source link

fix: login via link #21

Closed jackrr closed 3 years ago

jackrr commented 3 years ago

link-based login was scoping cookies to the /login-code path, resulting in the cookie not being present on any subsequent request and therefore treating the user as being logged out. explicitly setting the cookie path to the root URL ("/") fixes this.

jackrr commented 3 years ago

Fixes #8