Kreya icon indicating copy to clipboard operation
Kreya copied to clipboard

Multiple user oauth support

Open dougleenhouts opened this issue 2 months ago • 1 comments

Is your feature request related to a problem? Please describe. I would like to be able to get oauth tokens associated with multiple users. Currently if I create an authentication that gets a token for a user via a browser popup to enter credentials, then create a second authentication with the same endpoints for Auth, Token, and Redirect, it will not pop up an auth window to enter a second set of credentials and will simply get a second token for the first user.

I have sets of requests that need to be run with different users' tokens - for example, a request run as an admin user should behave differently than the same request run as a non-admin user. This is not possible with the current authentication setup.

Describe the solution you'd like I'd like a way to configure the same authentication setup endpoints so that I can create two tokens for two separate users.

dougleenhouts avatar Oct 28 '25 12:10 dougleenhouts

Thank you for reporting this, I just tested this and can confirm that this is a bug. Different authentications should not share the same "state". We'll look into this

CommonGuy avatar Oct 28 '25 12:10 CommonGuy