Cookie Expiration Override

πŸ‘¨β€πŸ’Ό I hope you enjoyed some of those JavaScript gymnastics 🀸 This works out nicely now so we don't have to worry about overriding the expiration date of a cookie. It just keeps the most recent expiration date it was set to. Well done!
πŸ§β€β™‚οΈ I'm going to prepare us for the next exercise. I'm going to make another session storage called connectionSessionStorage in a new file at . I'm also going to make a "Login with GitHub" form at . I'm going to keep it generic because we want to be able to support more than just GitHub.
Feel free to check the diff if you like.

Access Denied

You must login or register for the workshop to view the diff.

Check out this video to see how the diff tab works.