Entities 0.5 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Entities | User management and authorization for web applications and subscription-based services. | 0.5 | metacpan |
Entities::Action | A piece of code/functionality that a user entity can perform. | 0.5 | metacpan |
Entities::Backend | A role providing storage for the Entities user-management/authorization system. | 0.5 | metacpan |
Entities::Backend::Memory | A simple backend that stores all data in memory, for testing and development purposes. | 0.5 | metacpan |
Entities::Backend::MongoDB | Stores all Entities data in a MongoDB database. | 0.5 | metacpan |
Entities::Customer | An abstract entity that owns users and subscribes to plans. | 0.5 | metacpan |
Entities::Feature | A certain functionality, or just plan feature, that customers can use. | 0.5 | metacpan |
Entities::Plan | A collection of features (possibly scoped and limited) customers can subscribe to. | 0.5 | metacpan |
Entities::Role | A collection of possibly related actions granted to users. | 0.5 | metacpan |
Entities::User | A user entity that interacts with a web application. | 0.5 | metacpan |