Skip to content

authz: grant and delete permissions for associated external accounts

Administrator requested to merge jc/grant-perms-upon-sign-up into master

Created by: unknwon

This PRs grants pending permissions for a user when:

  1. The new user is created via authentication provider (we already do)
  2. The existing user associated a new external account

And when remove the permissions, we now clean up pending permissions for all associated external accounts (not just ones created by explicit permissions APIs).

Merge request reports

Loading