blob: 6299f68bf03e2d221ee2f47a2e19d0395cb5420b [file] [log] [blame]
Jon Wayne Parrott2b773f32016-10-10 13:32:16 -07001Changelog
2=========
3
4v0.0.1
5------
6
7Initial release with foundational functionality for cryptography and JWTs.
8
9- ``google.auth.crypt`` for creating and verifying cryptographic signatures.
10- ``google.auth.jwt`` for creating (encoding) and verifying (decoding) JSON Web tokens.