-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello,
Thanks a lot for these tutorials, they are quite simply the most accessible resource I’ve found yet for Meteor!
Arriving at part 3, ‘Server side and Authentication’—
The example is based on the Derby Boilerplate repository which tells me it is deprecated:
DEPRECATED. DO NOT USE. Instead use generator-derby to make new Derby 0.6 apps!
For my own app with which I’m experimenting, I indeed used derby-generator (I imagine that is the same as generator-derby) as I tried to follow the instructions on http://derbyjs.com/started :)
And Derby Auth is also deprecated:
derby-auth is no longer being maintained. There is а new derby 0.6/passportjs register/login project with projections so on - https://github.com/vmakhaev/derby-login
Do you think it would be possible to adapt the tutorial to use derby-generator and derby-login respectively?
Cheers!