Skip to content

Releases: Jipok/Jauth

1.7.0

13 Jul 12:21
Compare
Choose a tag to compare

New option Gzip to compress responses using gzhttp. Enabled by default.

1.6.0

29 Mar 18:27
Compare
Choose a tag to compare

New options to add new users for each domain separately.
New option to change port for https-server.
Better logs for ssh-server startup.
Support musl-based system.

1.5.0

05 Mar 20:05
Compare
Choose a tag to compare

Added option Certificate.Email to specify email for letsencrypt.
Fixed a rare login bug for a user with multiple ssh keys.

Jauth now have A rating on https://ssllabs.com/ssltest
image

1.4.0

04 Mar 18:54
Compare
Choose a tag to compare

Jauth now have simple favicon.
Improved cookie security with SameSite=Strict
Fixed ssh client hanging with invalid token.

1.3.5

03 Mar 20:40
Compare
Choose a tag to compare

With FilterSpam = true will filter out most ssh errors. Will help against bots/crawlers checking all public addresses.

1.3.4

03 Mar 20:09
Compare
Choose a tag to compare

Handle upstream connection error - show 502 to user. Slightly better log output.

1.3.3

24 Feb 13:42
Compare
Choose a tag to compare

Just little more human-readable response from ssh

1.3.2

22 Feb 20:15
Compare
Choose a tag to compare

All releases will now be compressed using upx

1.3.1

21 Feb 16:51
Compare
Choose a tag to compare

When copying an ssh command, a space is now added at the beginning. This will prevent from cluttering up user history with unnecessary commands.

1.3.0

19 Feb 13:50
Compare
Choose a tag to compare

New option FilterSpam = true. Removes all messages with http: TLS handshake error.... Will help against bots/crawlers checking all public addresses.