lepture/authlib

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
authlib/jose/rfc7517/base_key.py93
A
35 mins
authlib/jose/rfc7517/jwk.py51
authlib/jose/rfc7517/key_set.py22
authlib/jose/rfc7518/__init__.py27
authlib/jose/rfc7518/ec_key.py87
authlib/jose/rfc7518/jwe_algs.py265
authlib/jose/rfc7518/jwe_encs.py113
authlib/jose/rfc7518/jwe_zips.py14
authlib/jose/rfc7518/jws_algs.py173
authlib/jose/rfc7518/oct_key.py63
authlib/jose/rfc7518/rsa_key.py103
authlib/jose/rfc7518/util.py8
authlib/jose/rfc7519/__init__.py10
authlib/jose/rfc7519/claims.py193
authlib/jose/rfc7519/jwt.py142
A
2 hrs
authlib/jose/rfc8037/__init__.py3
authlib/jose/rfc8037/jws_eddsa.py20
authlib/jose/rfc8037/okp_key.py90
authlib/jose/util.py27
authlib/oauth1/__init__.py32
authlib/oauth1/client.py149
authlib/oauth1/errors.py1
authlib/oauth1/rfc5849/__init__.py40
authlib/oauth1/rfc5849/authorization_server.py270
authlib/oauth1/rfc5849/base_server.py90
authlib/oauth1/rfc5849/client_auth.py149
authlib/oauth1/rfc5849/errors.py58
authlib/oauth1/rfc5849/models.py79
authlib/oauth1/rfc5849/parameters.py61
authlib/oauth1/rfc5849/resource_protector.py32
authlib/oauth1/rfc5849/rsa.py25
authlib/oauth1/rfc5849/signature.py227
authlib/oauth1/rfc5849/util.py5
authlib/oauth1/rfc5849/wrapper.py105
authlib/oauth2/__init__.py15
authlib/oauth2/auth.py82
authlib/oauth2/base.py22
authlib/oauth2/client.py362
authlib/oauth2/rfc6749/__init__.py78
authlib/oauth2/rfc6749/authenticate_client.py80
authlib/oauth2/rfc6749/authorization_server.py241
authlib/oauth2/rfc6749/errors.py169
authlib/oauth2/rfc6749/grants/__init__.py28
authlib/oauth2/rfc6749/grants/authorization_code.py294
authlib/oauth2/rfc6749/grants/base.py109
authlib/oauth2/rfc6749/grants/client_credentials.py76
authlib/oauth2/rfc6749/grants/implicit.py186
authlib/oauth2/rfc6749/grants/refresh_token.py137
authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.py125
authlib/oauth2/rfc6749/models.py167