Software Development Kit (SDK) for interacting with Tozny products and services from C software environments AND a Command Line Interface for shell environments.
make dist
Follow semantic versioning when releasing new versions of this library.
Releasing involves tagging a commit in this repository, and pushing the tag. Tagging and releasing of new versions should only be done from the master branch after an approved Pull Request has been merged, or on the branch of an approved Pull Request.
To publish a new version, run
git tag vX.Y.Z
git push origin vX.Y.Z