Skip to content

Tags: skadi-cloud/gist

Tags

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
coolya Kolja Dummann
s3 storage: set region even if not needed

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
coolya Kolja Dummann
add change log

v0.1.5

Toggle v0.1.5's commit message
fix docker workflow file

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
coolya Kolja Dummann
support for arm64 docker images

v0.1.3

Toggle v0.1.3's commit message
publish to docker hub

v0.1.2

Toggle v0.1.2's commit message
server: store tokens hashed with argon2

Auth tokens aren't stored as plaintext on the server but
are hashed with argon2. The salt is the creation time of the token.

Temporary tokens aren't hashed because they are short-lived (10 min max from creation till redemption).

https://github.com/P-H-C/phc-winner-argon2/blob/master/argon2-specs.pdf

v0.1.1

Toggle v0.1.1's commit message
server: redirect to how to on github

v0.1.0

Toggle v0.1.0's commit message
server: respond 401 for unknown tokens

v0.0.3

Toggle v0.0.3's commit message
fix forwarded headers

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
coolya Kolja Dummann
fix main class