Colin-b/requests_auth

Allow to provide FQDN for localhost redirect

ManojSN opened this issue · 4 comments

BrowserAuth currently is hardcoded to use http://localhost. Prefer to pass the request_uri_domain as a keyword arg, with default being http://localhost.

Do you mean that you have some kind of alias for localhost? The token needs to be received in some way, how would this work?

Version 8.0.0 is available on pypi and fixes this issue