Open codingisacopingstrategy opened 9 years ago
I think yes, I will adapt it if someone needs
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.
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!