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...
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 ...
File uploads in FeathersJS Our Goals Basic upload with feathers-blob and feathers-client DataURI upload problems Feathers-blob with multipart support. Further improvements ...
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...
Updating documents Updating documents db.update(query, update, options, callback) will update all documents matching query according to the update rules: query is the sam...