-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSLContext arg to aiohttp adapter (#483)
* Add SSLContext arg to aiohttp adapter Pass an SSLContext to the aiohttp adapter to create a valid SSL endpoint for OAuth callback. * Update docs for aiohttp adapter * Added ssl import to pass linter checks * Moved import to TYPE_CHECKING Moved the ssl import to TYPE_CHECKING section. * Removed trailing whitespace * Fix import format issue from Ruff
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters