Skip to content

Releases: Zegnat/php-mintoken

The Thoughtful Edition

13 May 14:58
Compare
Choose a tag to compare

This implements a new token design that will hopefully stand up against most attacks. The new tokens require a different storing method, therefore the major version bump. Older databases will not be compatible with this version, and all previous tokens will be invalidated.

The schema file has been changed to standard SQL-92, hopefully getting a step closer to making Mintoken DB agnostic.

Helping out Apache

09 May 10:14
Compare
Choose a tag to compare

Small enhancement release that may make it easier for some to get Mintoken running with Apache.

Thanks to @jeremycherfas for his time spent on debugging and testing the final solution!

The IndieWebCamp Düsseldorf Edition

06 May 12:17
Compare
Choose a tag to compare

The initial release of my minimal IndieAuth compatible Token Endpoint.