Sha256: 6c4aadeb8ae3158893822fa92f64397fa81b111a0a921890d9563bc64c48f6cb
Contents?: true
Size: 482 Bytes
Versions: 1
Compression:
Stored size: 482 Bytes
Contents
# v0.2.1 ## Fixes - Returns `401` status code when user has no authorization on a XHR request; # v0.2.0 ## Break Changes - The permissions format now is: ``` { permissions: [ ['controller', 'action'], ['controller2', 'action2'], ] } ``` ## Fixes - Calls the `Authorizy::BaseCop#access?` as the first check intercepting all requests; ## Features - Added RSpec matcher to make the test easier; # v0.1.0 ## Features - Enables permission control via JSON data;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authorizy-0.2.1 | CHANGELOG.md |