Skip to content

Releases: gbv/login-server

Login Server v0.8.2

02 Oct 12:55
710f781
Compare
Choose a tag to compare
  • Update dependencies.
  • Update GitHub workflows.

Full Changelog: v0.8.1...v0.8.2

Login Server 0.8.1

16 Sep 10:12
49b275b
Compare
Choose a tag to compare
  • Fixes dependencies issue with Docker image.

Full Changelog: v0.8.0...v0.8.1

Login Server 0.8.0

16 Sep 10:08
fe17335
Compare
Choose a tag to compare
  • Update all dependencies to latest. (#83)
  • Update code to ESM. (#110)
  • Implement Script strategy. (#117)
  • Add basic statistics to /about endpoint. (#71)
  • Remove support for old cookie name. (#112)
  • Several small fixes and improvements.

Full Changelog: v0.7.4...v0.8.0

Login Server 0.7.4

02 Jul 11:27
e839280
Compare
Choose a tag to compare
  • Update dependencies.

Full Changelog: v0.7.3...v0.7.4

Login Server 0.7.3

12 Jun 10:05
36689eb
Compare
Choose a tag to compare
  • Small change to cookie handling.

Full Changelog: v0.7.2...v0.7.3

Login Server 0.7.2

07 Dec 14:17
9d243a3
Compare
Choose a tag to compare
  • 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

Login Server 0.7.1

05 Dec 11:54
4cdfaf1
Compare
Choose a tag to compare
  • Fix issue with CSP directives.
  • Update dependencies.

Full Changelog: v0.7.0...v0.7.1

Login Server 0.7.0

27 Sep 08:58
cc88c80
Compare
Choose a tag to compare
  • Breaking Change: Node.js 18 or later is now required.
  • Small updates to Docker container and documentation.
  • Reimplement Stack Exchange strategy via passport-oauth2. (#102)
  • Add CLI script in bin/list-users.js to query user data.
  • Several smaller fixes and changes.

Full Changelog: v0.6.2...v0.7.0

Login Server 0.6.2

20 Mar 15:37
15b9bd8
Compare
Choose a tag to compare

Due to Docker sunsetting their "Free Team" subscriptions, we are moving our Docker images to GitHub Container Registry. Please replace coliconc/login-server with ghcr.io/gbv/login-server in all your Docker usage of Login Server. Note that we are not re-releasing old tags, so for older versions of Login Server, please keep using coliconc/login-server.

See our Docker README for more information about Docker usage.

Login Server 0.6.1

06 Feb 12:34
7313b07
Compare
Choose a tag to compare
  • Add option to disable providers via "disabled": true in providers.json.

Full Changelog: v0.6.0...v0.6.1