NAME
Articulate::Authorisation::AlwaysAllow - don't use this in production
CONFIGURATION
Put this in your development.yml
, NOT in your config.yml
or your production.yml
. You have been warned.
components:
authorisation:
Articulate::Authorisation:
rules:
- Articulate::Authorisation::AlwaysAllow
There's nothing else to configure, the answer is always yes.
METHODS
new
Does what all good new
methods do, nothing more.
permitted
Handles all the complex business logic required to ensure that the request is always authorised.
So don't use this in production.
BUGS
Don't come crying to me if you use this in production.