dlt icon indicating copy to clipboard operation
dlt copied to clipboard

Implement OAuth2 Implicit Flow

Open willi-mueller opened this issue 9 months ago • 0 comments

Feature description

the rest_client.auth should offer also OAuth2 implicit authentication flow (two-legged flow).

Are you a dlt user?

Yes, I'm already a dlt user.

Use case

To authenticate to sources, such as Zoom. This will be very useful to build rest_api sources.

Proposed solution

Implement a subclass to rest_api.auth.OAuth2AuthBase.

Related issues

No response

willi-mueller avatar May 14 '24 11:05 willi-mueller