hrydgard / ppsspp-site

New PPSSPP website
60 stars 26 forks source link

Should check auth when opening the download page #26

Open hrydgard opened 9 months ago

hrydgard commented 9 months ago

It seems there might be situations where the user has an invalid cookie but we still show them the gold-mode download page. This needs fixing, and I think just doing any api fetch on load on the page, and redirect to login if failed, will take care of it.