Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/flask_jwt_extended/__init__.py: 95%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

22 statements  

1from .jwt_manager import JWTManager as JWTManager 

2from .utils import create_access_token as create_access_token 

3from .utils import create_refresh_token as create_refresh_token 

4from .utils import current_user as current_user 

5from .utils import decode_token as decode_token 

6from .utils import get_csrf_token as get_csrf_token 

7from .utils import get_current_user as get_current_user 

8from .utils import get_jti as get_jti 

9from .utils import get_jwt as get_jwt 

10from .utils import get_jwt_header as get_jwt_header 

11from .utils import get_jwt_identity as get_jwt_identity 

12from .utils import get_jwt_request_location as get_jwt_request_location 

13from .utils import get_unverified_jwt_headers as get_unverified_jwt_headers 

14from .utils import set_access_cookies as set_access_cookies 

15from .utils import set_refresh_cookies as set_refresh_cookies 

16from .utils import unset_access_cookies as unset_access_cookies 

17from .utils import unset_jwt_cookies as unset_jwt_cookies 

18from .utils import unset_refresh_cookies as unset_refresh_cookies 

19from .view_decorators import jwt_required as jwt_required 

20from .view_decorators import verify_jwt_in_request as verify_jwt_in_request 

21 

22__version__ = "4.7.1"