Skip to content

Releases: yoonjesung/opentoken-python

2.2.0

29 May 00:33
Compare
Choose a tag to compare

bugfix: Opentoken standard needs time format in zulu format

1.2.0

29 May 00:33
Compare
Choose a tag to compare

bugfix: Opentoken standard needs time format in zulu format

2.1.0

21 May 16:07
Compare
Choose a tag to compare

Fix a bug where a naive datetime was used rather than a timezone-zone aware UTC datetime

1.1.0

21 May 16:07
Compare
Choose a tag to compare

Fix a bug where a naive datetime was used rather than a timezone-zone aware UTC datetime

2.0.1

19 May 19:09
Compare
Choose a tag to compare

Make internal imports relative to prevent name conflicts

1.0.1

19 May 19:20
Compare
Choose a tag to compare

Make internal imports relative to prevent name conflicts

2.0.0

26 Feb 13:09
9276b84
Compare
Choose a tag to compare

Use the pycryptodomex library instead of pycryptodome to prevent conflicts with the old PyCrypto library.

1.0.0

25 Dec 02:38
Compare
Choose a tag to compare
  • OpenToken support for Python3; initial release
    • Create and parse opentokens using the opentoken standard
    • Write passing unit tests using the canonical test data provided in the standard
    • Utilizes OrderedDict as a way of preserving the order or key-value pairs in the token payload, which is passed to the create_token method via a list of tuples.