mikebronner / nova-passport-manager

Manage Passport clients and tokens from within Nova.
26 stars 18 forks source link

Scope of oauth_clients and oauth_tokens #12

Closed wwwroth closed 2 years ago

wwwroth commented 4 years ago

How come you decided to limit the scope of OAuth clients and tokens to only the current user? I'm an admin user and would like to use Nova to create a new user and then create OAuth credentials for them while logged in as my account. Then I can send those credentials to the user so they can start generating bearer tokens and making API requests.

Would you accept a PR to add a setting to this package to allow that?

mikebronner commented 4 years ago

Hi @wwwroth, I think a PR would be great! Thanks!