FeathersJS Auth Recipe: Set up Basic OAuth Login How OAuth Works Implementing OAuth with Feathers Setting up the OAuth Provider Configuring Your Application Test Login with OAu...
Feathers basics Feathers basics This guide covers the basics and core concepts of any Feathers application. Setting up Learn how to install and get started with Feathers. ...
Real-time APIs Using the transport Channels A messages API Using the API What’s next? Real-time APIs In the services chapter we saw that Feathers services automatically s...
FeathersJS Auth Recipe: Create Endpoints with Mixed Auth Setup the Authentication Endpoint Set up a “Mixed Auth” Endpoint Wrapping Up FeathersJS Auth Recipe: Create Endpoint...
Guides Guides The basics Learn about Feathers core concepts and how they fit together by going from your first Feathers application to a database backed REST and real-time A...
Integrating with Frontend Frameworks Client Side Docs Examples Framework Integrations Integrating with Frontend Frameworks Feathers works the same on the server and on the c...
Creating a Feathers Plugin Verifying our Service Expanding our Plugin Usage Testing Creating a Feathers Plugin The easiest way to create a plugin is with the Yeoman generat...
Writing tests Unit testing hooks Test database setup Testing services Code coverage Changing the default test directory What’s next? Writing tests Every time we generate ...