At present Mink is a hard dependency, using fail aid without mink is an option for example using it with the API and only setting the states. Allow this configuration by an option such as api: true. This should prevent fetching the session from mink and all other calls - a shortcut for all unrelated options to be set to false.
At present Mink is a hard dependency, using fail aid without mink is an option for example using it with the API and only setting the states. Allow this configuration by an option such as
api: true
. This should prevent fetching the session from mink and all other calls - a shortcut for all unrelated options to be set to false.