NIAEFEUP / enei-website

Website for the ENEI 2025 edition
9 stars 0 forks source link

Create Quest grant endpoint with tokens #28

Open limwa opened 1 month ago

limwa commented 1 month ago

An endpoint where quests can be granted is needed to integrate with the CTF, for instance. Authorization is required and can be done using either an hardcoded token (changed with an environment variable) or with an API token, using Laravel Sanctum.