osu-tournament-rating / otr-api

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

Fix refreshed access tokens not receiving `user` or `client` claims #183

Closed myssto closed 3 months ago

myssto commented 3 months ago

Since these claims are manually applied on creation, they need to be manually applied on refresh as well. This pull also addresses two smaller issues, populating the api version in swagger and removing the /me/validate endpoint (hence the breaking change tag).

Closes #179, #152