Skip to content

Login Server 0.7.2

Compare
Choose a tag to compare
@stefandesu stefandesu released this 07 Dec 14:17
· 38 commits to master since this release
9d243a3
  • Allow running two instances of Login Server on same base domain. (#111)
    • Note that this changes the cookie name from connect.sid (the default value when using express-session) to login-server-hashofbaseurl. The previous cookie value is kept, so existing sessions will keep working. This will prevent cookie name conflicts between two instances of Login Server on the same base domain as long as their base URL (= domain + full path) differs.

Full Changelog: v0.7.1...v0.7.2