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...
Databases An in-memory database In the browser Querying As a REST API What’s next? Databases In the services chapter we created a custom in-memory messages service that c...
REST APIs REST and services Express integration A messages REST API Using the API What’s next? REST APIs In the previous chapters we learned about Feathers services and h...
Events EventEmitters Service Events created updated, patched removed Custom events Events Events are the key part of Feathers real-time functionality. All events in Feath...
Scaling Horizontal Scaling Cluster configuration Scaling Depending on your requirements, your feathers application may need to provide high availability. Feathers is designed...
Client use Real-time client REST client What’s next? Client use So far, we have seen that Feathers with its services, events and hooks can also be used in the browser, which...
FeathersJS Auth Recipe: Customizing the JWT Payload The JWT Payload Customizing the Payload with Hooks Important Security Information FeathersJS Auth Recipe: Customizing the...
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...
Help! Help! There are many ways that you can get help but before you explore them please check the other parts of these docs, the FAQ , Stackoverflow , Github Issues and our M...