Open mihaidma opened 6 years ago
Evaluate the usefulness of implementing a Hapi plugin for Udaru that decorates a service with Udaru operations as functions and hides the http requests from it.
Examples
Create user could be:
server.authorization.users.create(...)
Check authorization could be:
server.authorization.check(...)
Evaluate the usefulness of implementing a Hapi plugin for Udaru that decorates a service with Udaru operations as functions and hides the http requests from it.
Examples
Create user could be:
Check authorization could be: