GitHub / vimalloc/flask-jwt-extended issues and pull requests
#570 - cannot import name 'DecodeError'
Issue -
State: closed - Opened by Mallo321123 4 months ago
- 1 comment
#569 - Having trouble with refresh tokens
Issue -
State: open - Opened by rodericj 5 months ago
- 3 comments
#568 - jw required decorator returning http status code 422
Issue -
State: closed - Opened by gerald-x 6 months ago
- 4 comments
#567 - fix: a unexpected token
Pull Request -
State: closed - Opened by Dog-Egg 7 months ago
- 1 comment
#566 - fix: a unexpected token
Pull Request -
State: closed - Opened by Dog-Egg 7 months ago
#565 - VULN: Auth Bypass in `jwt_required` Decorator
Issue -
State: closed - Opened by jacobmillsfl 7 months ago
- 1 comment
#564 - Token returned by create_access_token cause error 422 when given to decode_token in latest version (4.7.1)
Issue -
State: closed - Opened by fplu 7 months ago
- 1 comment
#563 - 422 Error with @jwt_required() in Flask App Deployed on VPS with Nginx
Issue -
State: closed - Opened by mhammadzahi 8 months ago
- 8 comments
#562 - Add controls for `verify_sub` option in PyJWT
Pull Request -
State: closed - Opened by jlucier 8 months ago
#561 - PyJWT 2.10.0 Enforces `sub`
Issue -
State: closed - Opened by jlucier 8 months ago
- 5 comments
#560 - Remove python 3.8 workaround in tests.
Pull Request -
State: closed - Opened by vimalloc 8 months ago
#559 - Drop support for python 3.7 and 3.8, add 3.13
Pull Request -
State: closed - Opened by vimalloc 8 months ago
#557 - Error: Subject must be a string!
Issue -
State: closed - Opened by kwagdy 8 months ago
- 6 comments
#556 - Incompatibility with PyJWT 2.10.0: Non-string identities unsupported in create_access_token
Issue -
State: closed - Opened by yoch 8 months ago
- 5 comments
#555 - @jwt.unauthorized_loader error handler doesn't work
Issue -
State: open - Opened by pak-app 11 months ago
#554 - Missing claim: sub
Issue -
State: open - Opened by KONE-XAD about 1 year ago
#553 - cannot import name 'DecodeError' from 'jwt'
Issue -
State: open - Opened by legend1998 about 1 year ago
- 2 comments
#552 - Flask v3 Error Registering Blueprints with Routes Using @jwt_required
Issue -
State: closed - Opened by cellaphin about 1 year ago
- 3 comments
#551 - Setting 'kid' claim as part of encode_key_loader
Issue -
State: open - Opened by ramspeedy about 1 year ago
- 1 comment
#550 - Flask-JWT-Extended always assuming token is a refresh token
Issue -
State: closed - Opened by solsahar over 1 year ago
- 2 comments
#549 - Collections Module Issue
Issue -
State: closed - Opened by Ezek-iel over 1 year ago
#548 - Bump black from 23.12.1 to 24.3.0
Pull Request -
State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#547 - Bump cryptography from 42.0.2 to 42.0.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#546 - Bump cryptography from 41.0.7 to 42.0.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#545 - Changing Default Behaviors in another file doesnt work with flask-restful
Issue -
State: closed - Opened by KawaiiSh1zuku over 1 year ago
- 1 comment
#544 - Bump cryptography from 41.0.7 to 42.0.0
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#543 - fix deprecation warning for __version__
Pull Request -
State: closed - Opened by yctomwang over 1 year ago
- 2 comments
#542 - DeprecationWarning: The '__version__' attribute is deprecated and will be removed in Flask 3.1
Issue -
State: closed - Opened by yctomwang over 1 year ago
- 1 comment
#541 - Bump dev dependencies
Pull Request -
State: closed - Opened by vimalloc over 1 year ago
#540 - Multiple JWT_HEADER_TYPE options
Issue -
State: closed - Opened by taarapita over 1 year ago
- 1 comment
#539 - Minimum cryptography version is vulnerable to CVE
Issue -
State: open - Opened by jtait over 1 year ago
- 1 comment
#538 - Do not check JWT_TOKEN_LOCATION when testing if cookie_csrf_protect is enabled
Pull Request -
State: closed - Opened by vimalloc over 1 year ago
#537 - Documentation examples for double submit removed from latest documentation.
Issue -
State: closed - Opened by bostonareahuman over 1 year ago
- 5 comments
#536 - ImportError: cannot import name 'DecodeError' from 'jwt' (/usr/local/lib/python3.10/dist-packages/jwt/__init__.py)
Issue -
State: closed - Opened by miraqulass over 1 year ago
- 1 comment
#535 - Bump cryptography from 41.0.4 to 41.0.6
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#534 - Is option JWT_REFRESH_TOKEN_EXPIRES working?
Issue -
State: closed - Opened by kwagdy over 1 year ago
- 3 comments
#533 - RS512 not supported
Issue -
State: closed - Opened by IDidPython over 1 year ago
- 2 comments
#532 - flask-jwt-extended, refresh token
Issue -
State: closed - Opened by hamideini74 over 1 year ago
- 3 comments
#531 - typos fixed blocklist -> blacklist
Pull Request -
State: closed - Opened by gustawdaniel over 1 year ago
- 1 comment
#530 - Decoding CSRF Token from cookies does not work
Issue -
State: closed - Opened by cristiangabor almost 2 years ago
- 1 comment
#529 - How does the CSRF functionality work?
Issue -
State: closed - Opened by flixman almost 2 years ago
- 2 comments
#528 - Implicit refresh with cookies: timeout does not remove JWT/CSRF cookies – was this expected?
Issue -
State: closed - Opened by cpolish almost 2 years ago
- 1 comment
#527 - Support python 3.12 and add support for flask 3.0
Pull Request -
State: closed - Opened by vimalloc almost 2 years ago
#526 - Unable to catch errors using flask @app.errorhandler
Issue -
State: closed - Opened by yuqiuwen almost 2 years ago
- 2 comments
#525 - Signature verification failed with just generated tokens
Issue -
State: closed - Opened by flixman almost 2 years ago
- 1 comment
#524 - Bump cryptography from 41.0.3 to 41.0.4
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#523 - Support multiple identities
Pull Request -
State: closed - Opened by jberg almost 2 years ago
- 1 comment
#522 - remove duplicate comments
Pull Request -
State: closed - Opened by Abyssknight almost 2 years ago
- 1 comment
#521 - Bump cryptography from 41.0.2 to 41.0.3
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#520 - 'JWT_HEADER_TYPE' is being set to "" but not reflecting. I mean I still have to pass 'Bearer <token>'
Issue -
State: open - Opened by Akshay-Priyadarshi almost 2 years ago
#519 - Fix documentation syntax error
Pull Request -
State: closed - Opened by dtalkachou almost 2 years ago
- 1 comment
#518 - Bump cryptography from 41.0.0 to 41.0.2
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#517 - Replace "defining" with "define"
Pull Request -
State: closed - Opened by lewisemm about 2 years ago
- 1 comment
#516 - No 401 on failure
Issue -
State: closed - Opened by Makistos about 2 years ago
- 1 comment
#515 - Bump cryptography from 39.0.1 to 41.0.0
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#514 - Typos
Pull Request -
State: closed - Opened by dwinton-go about 2 years ago
- 1 comment
#513 - Update dependencies and minor fixes related to them
Pull Request -
State: closed - Opened by vimalloc about 2 years ago
#512 - Bump flask from 2.1.1 to 2.3.2
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 2 comments
Labels: dependencies
#511 - TypeError: check_if_token_in_blacklist() takes 1 positional argument but 2 were given
Issue -
State: closed - Opened by CristianPi over 2 years ago
- 1 comment
#510 - Updated typing of expires_delta and fresh
Pull Request -
State: closed - Opened by eMaerthin over 2 years ago
- 1 comment
#509 - Typing issue
Issue -
State: closed - Opened by eMaerthin over 2 years ago
- 1 comment
#508 - Issue setting csrf_refresh_cookie
Issue -
State: closed - Opened by nullwiz over 2 years ago
- 2 comments
#507 - Add python 3.11 to CI runs
Pull Request -
State: closed - Opened by vimalloc over 2 years ago
#506 - Bump cryptography from 36.0.2 to 39.0.1
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
- 1 comment
Labels: dependencies
#505 - Direct call to decorator (jwt_required)
Issue -
State: closed - Opened by 0coolcard0 over 2 years ago
- 2 comments
#504 - Flask-JWT-extended 4.4.4 is not compatible with PyJWT >= 2.6.0
Issue -
State: closed - Opened by justinvirtualitics over 2 years ago
- 6 comments
#503 - Plz add function about _decode_jwt_from_session
Issue -
State: closed - Opened by momentforever over 2 years ago
- 1 comment
#502 - Jwt_required and optional == True
Issue -
State: closed - Opened by hooverdirt over 2 years ago
- 1 comment
#501 - Allow selective disabling of blocklist check
Pull Request -
State: closed - Opened by indrajeet307 over 2 years ago
- 1 comment
#500 - How can i get identity in @before_request?
Issue -
State: closed - Opened by miaokela over 2 years ago
- 2 comments
#499 - Feature Request: Allow selective disabling of blocklist check
Issue -
State: closed - Opened by BrianHVB over 2 years ago
- 2 comments
#498 - Why does flask-jwt-extended v3.25.1 (latest 3.x version) require Flask<2?
Issue -
State: closed - Opened by boompig almost 3 years ago
- 1 comment
#497 - a list
Issue -
State: closed - Opened by htenezaca almost 3 years ago
#496 - Old Access token still working
Issue -
State: closed - Opened by BloverseUkeme almost 3 years ago
- 2 comments
#495 - Add flask2.1 to CI runs
Pull Request -
State: closed - Opened by vimalloc almost 3 years ago
#494 - _request_ctx_stack is deprecated as of flask 2.2
Issue -
State: closed - Opened by tgross35 almost 3 years ago
- 3 comments
#493 - Compatibility changes for upcoming flask version 2.3
Pull Request -
State: closed - Opened by jrast almost 3 years ago
- 13 comments
#492 - Flask 2.2.0 `json_encoder` and `json_decoder` are deprecated
Issue -
State: closed - Opened by Sir-MaNiAl almost 3 years ago
- 4 comments
#491 - CSRF still required for optionally authenticated endpoints
Issue -
State: closed - Opened by ngetahun almost 3 years ago
- 2 comments
#490 - Tests fails
Issue -
State: closed - Opened by eamanu almost 3 years ago
- 2 comments
#489 - Bump github actions and update CI for pypi
Pull Request -
State: closed - Opened by vimalloc about 3 years ago
#488 - Failing type check with mypy
Issue -
State: closed - Opened by decaz about 3 years ago
- 5 comments
#487 - Using Flask-JWT-Extended with Flask-restx
Issue -
State: closed - Opened by perymerdeka about 3 years ago
- 1 comment
#486 - Original error messages lost
Issue -
State: open - Opened by JustElectron about 3 years ago
- 2 comments
#485 - Reorder option descriptions and add list of all options
Pull Request -
State: closed - Opened by einfachIrgendwer0815 about 3 years ago
- 1 comment
#484 - fix: explicitly mark exported names
Pull Request -
State: closed - Opened by KSmanis about 3 years ago
- 1 comment
#483 - Unexpected change in 4.4.0 (verify_type)
Issue -
State: closed - Opened by DavidMStraub about 3 years ago
- 2 comments
#482 - No module named 'flask.typing'
Issue -
State: closed - Opened by rockmelodies about 3 years ago
- 1 comment
#481 - Refresh with cookies
Issue -
State: closed - Opened by leelerm about 3 years ago
- 2 comments
#480 - build: fix PEP 561 compatibility
Pull Request -
State: closed - Opened by KSmanis about 3 years ago
- 4 comments
#479 - Bump pyjwt from 2.3.0 to 2.4.0
Pull Request -
State: closed - Opened by dependabot[bot] about 3 years ago
Labels: dependencies
#478 - make `current_user` available in jinja templates
Issue -
State: closed - Opened by ghost about 3 years ago
- 2 comments
#477 - Adds typo correction for v4_upgrade_guide.rst doc
Pull Request -
State: closed - Opened by udoyen about 3 years ago
- 1 comment
#476 - Custom admin_required() decorator
Issue -
State: closed - Opened by aristotelous-perivola over 3 years ago
- 1 comment
#475 - @jwt_required does not work with the OPTIONS method
Issue -
State: open - Opened by stackp over 3 years ago
- 4 comments
#474 - ENH: small doc typo fix.
Pull Request -
State: closed - Opened by wjjmjh over 3 years ago
- 1 comment
#473 - "TypeError: __init__() got an unexpected keyword argument 'as_tuple'" while running tests
Issue -
State: closed - Opened by masch82 over 3 years ago
- 1 comment
#472 - Is there a better way how to implement custom _decode_jwt_from_* ?
Issue -
State: open - Opened by Salamek over 3 years ago
- 1 comment
#471 - Missing Exception when upgrading from v3 to v4.
Issue -
State: closed - Opened by julianjurai over 3 years ago
- 1 comment
#470 - Update options.rst
Pull Request -
State: closed - Opened by Udit107710 over 3 years ago
- 1 comment