Sha256: c87d71f330a22165cd5fdde781d364be80f7402b50deeea4aa45eb2d95579781

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# v0.2.2

## Fixes

- When Cop returns anything different from `true` it is converted to `false`;

# 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.2 CHANGELOG.md