duo_universal_python icon indicating copy to clipboard operation
duo_universal_python copied to clipboard

Duo OIDC-based two-factor authentication for Python web applications

Results 4 duo_universal_python issues
Sort by recently updated
recently updated
newest added

## Description The code comments for the state parameter indicate the minimum length of `state` is 22 characters, but the Duo docs (https://duo.com/docs/oauthapi#authorization-request) indicate it's 16. Let's reconcile the two....

documentation
good first issue

In an POC scenario it was useful for me to have these config bits available testing when the browser in use is not on the localhost.

Hello, I have followed the demos and I am getting CORS error on browser when I am trying to redirect to the prompt_uri. Any idea why? ``` . . ....

## Description The pyOpenSSL module in `duo_universal_python` does not appear to be referenced. ## Motivation and Context This change seeks to remove an unused module to reduce dependencies / attack...