File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -159,6 +159,14 @@ The `AuthCallback` object methods:
159159* void Continue(string username, string password)
160160* void Cancel()
161161
162+ Example implementations:
163+ - Using Kivy framework: see [ this commit] ( https://github.com/allestuetsmerweh/garden.cefpython/commit/d0d77283230adccdb838e6053ceed29845acd2eb )
164+ in the garden.cefpython project.
165+ - For Windows using WinAPI and C++. This is deprecated code from
166+ CEF Python 1: [[ 1]] ( https://github.com/cztomczak/cefpython/tree/cefpython31/cefpython/cef1/http_authentication ) ,
167+ [[ 2]] ( https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/request_handler_cef1.pyx#L231 ) ,
168+ [[ 3]] ( https://github.com/cztomczak/cefpython/blob/cefpython31/cefpython/http_authentication_win.pyx ) .
169+
162170
163171### OnQuotaRequest
164172
You can’t perform that action at this time.
0 commit comments