Skip to content

v0.2.0

Compare
Choose a tag to compare
@wbotelhos wbotelhos released this 12 Sep 16:48
· 25 commits to main since this release

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;