issues
search
nathanl
/
authority
*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
MIT License
1.21k
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Save a list of authorized classes
#125
dapi
closed
6 years ago
1
Add fork
#124
tuliren
closed
6 years ago
3
Anyone have a good implementation of Authority with JSONAPI::Resources?
#123
adambedford
closed
7 years ago
1
Could we use authority with active model serializer ?
#122
imadmoussa1
closed
7 years ago
1
Authorization with Rails Admin Gem
#121
bhushangahire
closed
7 years ago
3
Document the authority_success controller method
#120
nathanl
closed
7 years ago
2
authority_success logging
#119
forced-request
closed
7 years ago
2
Log all authorization attempts?
#118
nathanl
closed
7 years ago
5
Fix version badge link
#117
emsk
closed
7 years ago
0
:up: Update travis rubies
#116
sanemat
closed
7 years ago
4
Fix rails 5 after_filter deprecation
#115
erikaxel
closed
7 years ago
4
Allow custom opts in `authorize_actions_for`.
#114
christhekeele
closed
8 years ago
2
Allow custom opts in `authorize_actions_for`
#113
christhekeele
closed
8 years ago
0
Fix Bundler on Travis CI
#112
dteoh
closed
8 years ago
4
Only test MRI 2.3 and Rails 5
#111
nathanl
closed
8 years ago
0
Fix Rails 5 before_filter deprecation warning
#110
dteoh
closed
8 years ago
3
Is it possible to define multiple authorizers for a single method?
#109
ziomio
closed
7 years ago
2
Issue with rails 4.2.5.1
#108
j15e
closed
8 years ago
2
Update README.markdown
#107
Ivor
closed
8 years ago
1
fixed link to Pivotal Labs access control blog post
#106
humanshell
closed
9 years ago
2
Fix sequel bug
#105
nathanl
closed
9 years ago
0
Update authorization flow diagram
#104
nathanl
closed
9 years ago
1
controller action that involves data from multiple resources
#103
garyfoster
closed
7 years ago
4
Should be usable outside of Rails
#102
nathanl
closed
7 years ago
0
How can I silence Authority.logger in test environment?
#101
natebird
closed
9 years ago
6
authorize_action_for: wrong number of arguments when using Sequel gem
#100
sporto
closed
9 years ago
11
Add a Gitter chat badge to README.markdown
#99
gitter-badger
closed
9 years ago
1
Use of :all_actions and :actions simultaneously
#98
youroff
closed
7 years ago
4
The workflow for multiple controllers working with one model.
#97
youroff
closed
7 years ago
2
Instance level rules should rely on instance level default
#96
youroff
closed
9 years ago
5
Fix travis-ci settings
#95
sanemat
closed
9 years ago
1
Help with maintenance?
#94
nathanl
closed
9 years ago
10
Add support for Array arguments to `authority_actions`
#93
keichan34
closed
9 years ago
6
help with ensure_authorization_performed
#92
garyfoster
closed
9 years ago
2
authority can method not working
#91
adityashankert
closed
9 years ago
0
instance default method
#90
paukul
closed
9 years ago
6
Controller action authorization not checked unless specifically adding authorize_actions_for
#89
westonganger
closed
10 years ago
3
undefined method can for custom action
#88
codeboxanvo
closed
9 years ago
2
Question around non resources url
#87
epinault
closed
10 years ago
4
Allow for application controller level authorize_actions_for when using authority on controllers that don't have a resource
#86
mwmeyer
closed
10 years ago
7
Undefined method be_bulk_updatable_by + be_deletable_by
#85
hendragunz
closed
10 years ago
2
namespaces
#84
alec-c4
closed
10 years ago
9
Fix README
#83
awinograd
closed
10 years ago
3
Allow multiple `authorize_actions_for`
#82
evansagge
closed
9 years ago
5
Can abilities be defined on a per model/authorizer basis?
#81
binarypaladin
closed
10 years ago
2
Fixed error in README concerning default authorizer name.
#80
binarypaladin
closed
10 years ago
1
Don't test prior to Ruby 1.9.3 or Rails 3.2
#79
nathanl
closed
10 years ago
0
Fix failing spec. Proc.bind was removed in Rails 4.1.
#78
gergoerdosi
closed
10 years ago
2
What would be the recommend way to integrate Authority with an key authenticated and authorized API?
#77
NikoRoberts
closed
10 years ago
2
Refactor overridden_actions
#76
capicue
closed
10 years ago
3
Next