API Versioning
At the moment, due to the nature of the stack, the only information that can be used for API versioning is given by the header API-Date
which indicates in format YYYY-MM-DD the date when the API was last updated.
API changes will be described in changelogs for each released version if applicable.
PHP framework CleanDeck will indicate CMD-Auth version compatibility.
When building and updating other frameworks use header API-Date to detect changes and update frameworks/applications accordingly.