UpliftGames / wally

Wally is a modern package manager for Roblox projects inspired by Cargo
https://wally.run
Mozilla Public License 2.0
317 stars 102 forks source link

Improve validation of OAuth tokens #189

Open magnalite opened 3 days ago

magnalite commented 3 days ago

Currently validation of OAuth tokens doesn't validate those tokens originated from our own OAuth app! This PR adds changes to the token verification process to ensure they always originated from our app.

Additionally, due to the time crate, the minimum supported rust version has been bumped to 1.80.0.