0.0
A module for managing authorization.
2020
2021
2022
2023
2024
2025
0.0
This plugin adds an authorization layer to your rails app that is totally transparent to your restful controllers and a DSL for declaring permissions on your models.
2020
2021
2022
2023
2024
2025
0.0
Verifying authorization and permissions from a credential.
2020
2021
2022
2023
2024
2025
0.0
Rails authorization for well defined authorization objects interfaces
2020
2021
2022
2023
2024
2025
0.0
# Quick Start The Owner API uses the JSON format, and must be accessed over a [secure connection](https://en.wikipedia.org/wiki/HTTPS). Let’s assume that the access token provided by your account manager is “TOKEN”. Here’s how to get the list of ids of all your invoices from the first week of ...
2020
2021
2022
2023
2024
2025
0.0
Bali (Bulwark Authorization Library) is a to-the-point authorization library for Rails.
2020
2021
2022
2023
2024
2025
0.0
a very simple authorization library with two main methods: can? and authorize, checking the permissions of a user to perform an action on a resource
2020
2021
2022
2023
2024
2025
0.0
LogicalAuthorization allows authorization in a finely grained framework, including
ACLs and database based permissions, designed to slide into your project seamlessly.
You should be able to add logical_authz to your Gemfile and add needs_authorization to
your base controller class and be...
2020
2021
2022
2023
2024
2025
0.0
Authorization for API Requests
2020
2021
2022
2023
2024
2025
0.0
This generator can add powerful authentication and authorization to
a clean Rails application with a single command.
Configures a Rails application for use with the authlogic and
declarative_authorization gems, and generates all code (migrations,
models, controller methods, routes, roles, seeds,...
2020
2021
2022
2023
2024
2025
0.0
This is a shared library which consume Staff Portal's authorization API and provides group membership information for the NcsNavigator portal and role authorization mapping for PSC.
2020
2021
2022
2023
2024
2025
0.0
A fork of Steffen Bartsch’s declarative_authorization equipped with localization based on Rails default I18n.
2020
2021
2022
2023
2024
2025
0.0
authorization
2020
2021
2022
2023
2024
2025
0.0
Highly flexible authorization where a user can have more than 1 role with differen permissions.
2020
2021
2022
2023
2024
2025
0.0
A neat way of asserting declarative_authorization's rules inside controller using RSpec matcher.
2020
2021
2022
2023
2024
2025
0.0
Authorization Library for Ruboty plugin tasks
2020
2021
2022
2023
2024
2025
0.0
A declarative authorization Rack middleware that supports custom authorization logic on a per-resource basis
2020
2021
2022
2023
2024
2025
0.0
An authorization framework for graphql-ruby
2020
2021
2022
2023
2024
2025
0.0
A rails authentication and authorization engine that
reduces clutter in your controllers and views.
Includes aliased link_to and button_to helpers that return an empty string
if the current user is not permitted to follow the link.
...
2020
2021
2022
2023
2024
2025
0.0
Authorizer is a gem for Ruby (in conjunction with Rails 2.3) that does authorization for you on a per-object basis. What makes this gem different from e.g. declarative_authorization and cancan is they define one role for the entire application. With Authorizer, you define roles for different user...
2020
2021
2022
2023
2024
2025