You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Thanks for the link, that looks like what I need! I do really like your tuorial style because you explain thorougly what the different lines of code do—so if you ever have the time to update your tutorial, I’m sure it will be a very useful resource.
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:
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:
Do you think it would be possible to adapt the tutorial to use derby-generator and derby-login respectively?
Cheers!
The text was updated successfully, but these errors were encountered: