Resty v1.0.0 Resty.Auth View Source
Auth modules are used by Resty in order to authenticates request made to the web API.
By default Resty will use Resty.Auth.Null but if you want to use another
auth strategy you can use one of the existing one or write your own.
You can specify which Resty.Auth implementation to use on a per resource
basis by calling the appropriate Resty.Resource.Base macro or globally
by setting it in the config.