Skip to content

v3.3.3

Choose a tag to compare

@Liam-DeVoe Liam-DeVoe released this 14 Aug 23:25
· 235 commits to master since this release
  • automatically ask for reauthentication when application user revokes application or refresh token is invalidated by osu-web
    • only relevant for authorization code grant
    • I've never seen osu-web invalidate a refresh token, but I think it may happen after several months of inactivity
    • will raise instead of re-authing if you passed access_token or refresh_token, since it's assumed you have your own method of authenticating with the user in that case. You should handle the possibility that ossapi requests raise ReauthenticationRequired in this case
  • add UserAccountHistoryType.TOURNAMENT_BAN
  • add UserAccountHistory.{id, permanent}