Skip to content

v1.5.0 - Request Sessions & OAuth2 Headshort URI

Compare
Choose a tag to compare
@treeben77 treeben77 released this 21 Sep 01:13
· 137 commits to main since this release
872fd0a

Oauth2 Headshot URI

A new OAuth2 claim for the headshot URI was just announced. When authorizing OAuth2 with the profile scope, it can be accessed using AccessToken.user.headshot_uri.

Requests Sessions

All HTTP requests to Roblox in the library now use a request session object, which makes requests slightly faster.

Bug Fixes

  • Fixed a bug which would make OAuth2 not work if both jwt and PyJWT were installed.