osu-tournament-rating / otr-api

API powering osu! Tournament Rating
https://otr.stagec.xyz/
GNU General Public License v3.0
7 stars 4 forks source link

Investigate CORS / authorization for anonymous requests #268

Open hburn7 opened 5 months ago

hburn7 commented 5 months ago

Filtering of anonymous requests

We need to identify the proper way for anonymous requests to be made specifically from the website. We desire a result of [AllowAnonymous] for any unauthorized website visitor. We do NOT want to allow requests from any program / client from the open internet for these calls.

Possible solutions