Awarded 14 badges to the Beaver Scouts. Super proud π
Got the Beaver Scouts to make handmade scrapbooks to put photos in
Ran a Raspberry Pi activity for young people to try at Scouts. Very successful!
Played some Minecraft... ended up playing for more than 5 hours. Oops.
Fixed input width of the fields on mobile
Fixed the tweet button as didn't make username URL dynamic!
π±Made everything responsive so looks good on mobile
Added ability to tweet own goals on Twitter π¦
Profiles created πͺ
Add goals functionality coded & working π
Logout functionality coded & working
Designed the adding goals page πͺ
Authentication coded (sends email for token = completely passwordless)
Nic Coates
Author
In terms of the tech, it's my own code that generates a random uuid and stores that code in a table. When a user logs in, the code is generated, stored and then emailed to the user to click on the URL. The code expires either on logout or after 3 hours.
Nic Coates
Author
Passwordless needs to be the way forward - it's so much easier. I think there is divided opinion on whether it's more secure or not (I personally think it is).