blob: 6299f68bf03e2d221ee2f47a2e19d0395cb5420b [file] [log] [blame]
Changelog
=========
v0.0.1
------
Initial release with foundational functionality for cryptography and JWTs.
- ``google.auth.crypt`` for creating and verifying cryptographic signatures.
- ``google.auth.jwt`` for creating (encoding) and verifying (decoding) JSON Web tokens.