Skip to content

Commit

Permalink
Update CS 493 topics. Add auth code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed May 4, 2024
1 parent 64fa8f7 commit cdf5c27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data/courses/sp24/cs493/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ const topics = [
{
title: 'Using MongoDB to Store API Data',
weeks: [ 5 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
Expand Down Expand Up @@ -305,17 +304,18 @@ const topics = [

{
title: 'API Authentication and Authorization',
weeks: [ 6, 7 ],
weeks: [ 6 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1uQjeMG2GtLFSdB0yBdkZroKojnuaCykt_6Tl4c09E2s/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs493-sp23/auth',
// description: 'GitHub repo for code written in lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs493-599-sp24/auth',
description: 'GitHub repo for code written in lecture'
}
],
readings: [
{
Expand Down

0 comments on commit cdf5c27

Please sign in to comment.