Bryan L
05/27/2021, 9:09 PMDay 62
• Continue building Ktor server for Daily Doc
◦ Register, Login, Authenticate User
◦ Get / Add / Update Note
Self-Comment
• Ktor server is going to be very similar to the course version. The only differences will be with the parameters for the Note & there will not be a delete note function.
• I will be using basic auth to start as I'll just be using a username / password in the first version. I may change over to oAuth identification later or have an option to login via oAuth at a later point(will most likely do this). Applying the fundamentals is more important to me than getting too focused on one particular thing. After server is implemented & possibly some tests, I can think about doing so! Security is a deep topic and seems like it will take some time to get a handle of. After all, my app isn't meant to contain any confidential information!
• Spent 15 minutes dealing with an Internal server error in Postman because I was missing a comma. Silly me 😆
• Short day, had some things to take care off, busy day tomorrow with company coming in for the weekend(may use pass
)
• Thought: I haven't been keeping up with Medium articles or documentations this month. I should put them back in my daily flow. They made for good stimulators with my morning coffee!
• I have to add users & owners to notes. It's a bit different in my project than the course, so will focus on that tomorrow. Afterwards, the course goes into the app section, so I may start a branch on git for DD to start the implementation this weekend!