Skip to content

Release v2.0.72

Compare
Choose a tag to compare
@tina4stack tina4stack released this 23 Jun 11:26
· 28 commits to master since this release

Minor update release with 2 new features and a tweak for formToken.

API_KEY can be added to .env file and used as a bearer token for authenticating end points. A warning message is displayed that you are using this mechanism but it saves having to write a custom auth helper which may be more unpredictable and insecure.

@example annotation on an end point can now take a JSON text example and does not need to be a class in the ORM folder.

formToken TWIG variable no longer needs the raw filter passed, {{ "Form" | formToken }} is now sufficient to create a hidden formToken input in a form.

Full Changelog: v2.0.71...v2.0.72