Releases: replit/go-replidentity
Releases · replit/go-replidentity
v0.0.15
v0.0.14
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
v0.0.7: Update api/signing.proto (#14)
Updated signing.proto