github / smimesign

An S/MIME signing utility for use with Git
MIT License
587 stars 135 forks source link

Add generating signed JWT tokens #119

Open cybercapsicum opened 1 year ago

cybercapsicum commented 1 year ago

This is still a WIP, but feel free to comment.

The ultimate goal of this feature is to enable smimesign to be used as an authentication method for Hashicorp Vault. Once the JWT is generated and signed, it can be passed to Vault's JWT Authentication method.

More details will be added here when/if I figure out if they actually work.

cybercapsicum commented 1 year ago

If this project is no longer actively maintained, or this feature is definitely not something desired, please let me know. If I need to implement this elsewhere, that's fine with me.