feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Show in snippets where `authentication` is defined #1500

Closed silvestreh closed 4 years ago

silvestreh commented 4 years ago

This can be obvious when looking at docs side-by-side with you application's code, but for people just browsing the documentation it can be confusing now knowing where authentication was defined, only that there was a likely global object with a register method that was used to add an auth strategy.