Playabl-io / playabl

https://app.playabl.io
GNU Affero General Public License v3.0
7 stars 3 forks source link

Migrate netlify function to use authenticateUser util #215

Open jongrim opened 11 months ago

jongrim commented 11 months ago

The netlify functions should be updated to use the authenticateUser util so that the logic is centralized. I think this has to follow #212 because if I recall correctly, the util uses the Authorization header. The two would be pretty simple to do together and that's the suggested approach.