Releases: replit/go-replidentity
Releases · replit/go-replidentity
v0.1.0
v0.0.24
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
v0.0.14
Don't panic when pubkey is empty (#23)
Change path Repl Identity file is read from
v0.0.13 Change Repl Identity file path (#22)
Read identity from a file
- 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
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
Add BuildInfo to signed identity
v0.0.9
Add BuildInfo to proto
v0.0.8
What's Changed
- Include UserId in leaf tokens by @cbrewster in #15
New Contributors
- @cbrewster made their first contribution in #15
Full Changelog: v0.0.7...v0.0.8