RubyGems Navigation menu

authist 0.0.1

Authist is a Ruby on Rails plugin that provides a simple way to add role-based authorization to your application. It can easily be plugged into any user or group models in your application, and allows you to define a set of access types that roles can provide. Roles and users' participation in them can be changed at runtime, providing a highly customizable access control system to your website administrators. Authist is designed with a minimal impact on your own code architecture in mind. It creates a few database tables for itself, but does not change anything whatsoever to the data of your own models, and only adds a minimal mixin to the model itself. This allows it to peacefully integrate with most authentication libraries. Authist can also be used in combination with more advanced authorization gems like Pundit to add runtime-editable access roles to their policies.

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.0.1 - October 22, 2014 (20.0 KB)

Runtime 依赖 (1):

rails ~> 4.0

Development 依赖 (2):

rspec ~> 3.1
sqlite3 ~> 1.3

业主:

作者:

  • Ruben 'angryzor' Tytgat

SHA 256 校验和:

403048d68587d6c4e910bc5800c63c19f67c625ba27fb0b48e427a4976cd2dca

下载总量 4,281

这个版本 4,281

许可:

MIT

需要的 Ruby 版本: >= 0

链接: