lepture/authlib

View on GitHub
authlib/jose/rfc7517/_cryptography_key.py

Summary

Maintainability
A
1 hr
Test Coverage

Avoid too many return statements within this function.
Open

        return load_pem_public_key(raw, backend=default_backend())
Severity: Major
Found in authlib/jose/rfc7517/_cryptography_key.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

            return load_pem_private_key(raw, password=password, backend=default_backend())
    Severity: Major
    Found in authlib/jose/rfc7517/_cryptography_key.py - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status