requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Create end to end tests for common providers

Open ib-lundgren opened this issue 10 years ago • 1 comments

These tests should be automated but could be excluded from the standard suite if there is no good way to hide real client ids and secrets in a test setup such as travis.

A good start would be for Google, Twitter and Facebook.

Ideally this should further help making new releases smoother. cc https://github.com/requests/requests-oauthlib/issues/157

ib-lundgren avatar Nov 06 '14 19:11 ib-lundgren

Some of the OAuth flows require user interaction (i.e. sign in with your Google account and approve). Would this be for the OAuth 2.0 client credentials grant?

dasevilla avatar Nov 18 '14 20:11 dasevilla

Closed as part of the 1.4.0 release https://github.com/requests/requests-oauthlib/pull/530 I'm suggesting to open a new MR for each "common providers" when working on it.

JonathanHuot avatar Mar 10 '24 21:03 JonathanHuot