Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.12 KB

ATMOSPHERE.md

File metadata and controls

22 lines (17 loc) · 2.12 KB

License CircleCI Join the chat at https://gitter.im/sveinburne/serrurier

Serrurier, a declarative extension for methods access control in jagi:astronomy(v2) using decorators

Serrurier and cadenas are french words that stands respectively for locksmith and padlock.
This library aims to write more secure, maintainable and readable code, by defining function access through decorators called @cadenas.
It integrates smoothly with alanning:meteor-roles.
Helps to abstract error management (user feedbacks, security reports) through the flexible reporter API.
Allows to define Astro methods that remote-call on server.
Works with synchronous and asynchronous (through Meteor methods api) methods.
Compatible with ValidationErrors.
To use es7 feature candidate decorators in your meteor project (@), you need to follow those 2 straightforward steps.