dmapper / derby-tutorials

Derby.js tutorials from Decision Mapper
http://decisionmapper.com/tutorials
12 stars 3 forks source link

Part 3, Derby Boilerplate & Derby Auth #5

Open codingisacopingstrategy opened 9 years ago

codingisacopingstrategy commented 9 years ago

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!

minicuper commented 9 years ago

I think yes, I will adapt it if someone needs

minicuper commented 9 years ago

FYI there is another tutorial witch use generator-derby and derby-login together - http://www.glkn.ru/blog/2014/10/26/creating-private-todos-app/. You can take a look.

codingisacopingstrategy commented 9 years ago

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.