Open a-ferraro007 opened 2 years ago
access + refresh token are in the cookies
move data fetching on page load to getServerSideProps handle any authorization + rerouting in getServerSideProps
Added some serverside fetching mainly for fetching the playlists for users.
serverside rendering will need to be ripped out if a web player gets built in the future
access + refresh token are in the cookies
move data fetching on page load to getServerSideProps handle any authorization + rerouting in getServerSideProps