Skip to content

3.1.0

Compare
Choose a tag to compare
@rra rra released this 06 Jul 19:46
3.1.0
cf07313
  • Correctly handle paginated replies from GitHub for the team membership of a user.
  • On explicit logout (via /logout), revoke the OAuth authorization for the user if they authenticated with GitHub. This forces a re-release of attributes on subsequent authentication, which will make it easier for users to resolve problems with incorrect attribute releases (if, for instance, they attempted to log in before their team membership was complete).
  • Depend on Safir 2.x and drop remaining aiohttp dependency paths. Remove code that is now supplied by Safir. Share one httpx.AsyncClient across all requests and close it when the application is shut down.
  • Fix sorting of tokens retrieved from the admin API to sort by created date before token string.