Common API service([options]) Pagination Service methods adapter.Model adapter.find(params) adapter.get(id, params) adapter.create(data, params) adapter.update(id, data, par...
Hooks Quick example Hook functions Hook context Registering hooks Validating data Application hooks Error logging More examples What’s next? Hooks As we have seen in t...
FeathersJS Auth Recipe: Customizing the Login Response Changes to the Login Response Customizing the Login Response Accessing the User Entity Wrapping Up FeathersJS Auth Re...
How JSON Web Tokens Work Customizing the JWT Claims How JSON Web Tokens Work This guide is a work in progress. There’s some useful information here while we make it more user...
angel_seeder Example angel_seeder Straightforward data seeder for Angel services.This is an almost exact port of feathers-seeder ,so its documentation should almost exactl...
FeathersJS Auth Recipe: Customizing the JWT Payload The JWT Payload Customizing the Payload with Hooks Important Security Information FeathersJS Auth Recipe: Customizing the...