Skip to content

Releases: replit/go-replidentity

v0.1.0

21 Sep 02:30
d1e300e

Choose a tag to compare

What's Changed

  • [verify] Change the signature of VerifyToken by @lhchavez in #41
  • [box] Add library code to encrypt / decrypt messages by @lhchavez in #42

Full Changelog: v0.0.24...v0.1.0

v0.0.24

19 Sep 12:47
9801aa3

Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot[bot] in #38
  • [verify] Also allow to obtain the certificate by @lhchavez in #39
  • [crypto] Add functions to convert ed25519 keys to curve25519 by @lhchavez in #40

Full Changelog: v0.0.23...v0.0.24

v0.0.15

31 Aug 21:49
9a8f070

Choose a tag to compare

Add more fields to the token. Notably we now add user ID (checked with claims), subcluster (also checked with claims), and runtime information (where the token was minted).

v0.0.14

11 May 15:05
68e7cd9

Choose a tag to compare

Don't panic when pubkey is empty (#23)

Change path Repl Identity file is read from

07 Apr 20:21
dfc7692

Choose a tag to compare

v0.0.13

Change Repl Identity file path (#22)

Read identity from a file

03 Apr 13:54
9d4461a

Choose a tag to compare

  • Read identity token from /etc/replidentity and key from /etc/replidentity.key
  • Fall back to environment variables if files do not exist

Add support for renewal token verification

28 Mar 12:58
b3673b3

Choose a tag to compare

Add renewal token verification (#20)

* Add renewal token verification

* Add tests

* Add renew_identity claim to the root cert

* fix

* Update cert and privkey

* Add negative test

Add BuildInfo to signed identity

18 Mar 20:14
b2c4ab4

Choose a tag to compare

Add BuildInfo to signed identity

v0.0.9

15 Mar 20:28
099bb05

Choose a tag to compare

Add BuildInfo to proto

v0.0.8

06 Mar 20:43
ea64d3b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8