Founder of thelabvungtau.com, educator, passionate about social justice, code/tech enthusiast, and occasional ukulele player.
Now that we got the basic task manager up and running, it’s time to think through how to model the next part. The thing about Asana that I like is the organization of the to do lists as boards.
With user authenticating behind us, let’s move onto task routes. Here, every route should be authenticated.
test('Should deny access to all task routes if not…
Before we dive into the code, let’s talk a bit about what authentication actually looks like. Basically, I want to be able to log in to my site, and then be able to edit my profile /…