Closed riverrun closed 7 years ago
Replace term_to_binary and binary_to_term variants with JSON encoding / decoding (provided by Poison).
Tokens created with the old implementation will no longer be valid after upgrading Phauxth to the new, JSON, implementation.
Changes made in versions 1.1.1 and 1.1.2.
Note added to the Upgrading Phauxth apps page.
Replace term_to_binary and binary_to_term variants with JSON encoding / decoding (provided by Poison).
Side-effects of this change
Tokens created with the old implementation will no longer be valid after upgrading Phauxth to the new, JSON, implementation.