Replies: 2 comments
-
My company uses it extensively, and we're fair source on GitHub: https://github.com/keygen-sh/keygen-api/tree/master/app/policies |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't have any of my work with Action Policy open-sourced (yet), but you can check the dependency graph here and see the projects using Action Policy. There are some notable examples, such as: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I need to implement user authentication and authorization in a Rails application I'm developing. For that purpose I decided to use the Action policy gem. I'm completely new with this tool and I'd like to get familiar with its basics. Since, I believe, learning is best done by examples, I'm looking for code of a demo Rails application to understand what things are needed, where they should be located and how they interact with each other in making authentication and authorization possible.
The application I'm looking for should be a standard Rails application that includes Action policy as a component. There shouldn't be any components that work together with Action policy to achieve the task or any other components that might complicate the matter of learning.
Any documentation or articles that consistently describe the implementation of such an application would be a big plus.
Do you know any complete examples of Rails applications intended or could be intended to familiarize you with Action policy usage?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions