Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 1 | Changelog |
2 | ========= | ||||
3 | |||||
4 | v0.0.1 | ||||
5 | ------ | ||||
6 | |||||
7 | Initial 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. |