Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Styria-Digital/django-rest-framework-jwt issues and pull requests

#117 - Fix RemovedInDjango41Warning on `default_app_config`

Pull Request - State: open - Opened by jonahgeorge 12 months ago

#116 - Add support for official Python & Django versions

Pull Request - State: open - Opened by irtazaakram about 1 year ago

#115 - Bugfix: Ensure blacklist expires_at is set in a fully UTC context

Pull Request - State: open - Opened by jgruppuso over 1 year ago

#114 - Problems with Django 4 after install

Issue - State: open - Opened by kylowrobelek over 1 year ago - 1 comment

#113 - Adjusted serializer to reflect actual return

Pull Request - State: open - Opened by creyD almost 2 years ago - 5 comments

#112 - Axes Authentication backend

Issue - State: open - Opened by samaneh-kamalian over 2 years ago - 2 comments

#111 - Session management

Issue - State: open - Opened by samaneh-kamalian over 2 years ago

#109 - Add the db alias to the operation queryset

Pull Request - State: open - Opened by giff-h over 2 years ago

#108 - Add db alias to the migration operation queryset

Pull Request - State: closed - Opened by giff-h over 2 years ago

#107 - fix: Added Django 4.0, Python 3.10, and DRF 3.13 support

Pull Request - State: closed - Opened by john-whiting almost 3 years ago - 4 comments

#106 - Django 4.0 Support

Issue - State: closed - Opened by acc248 almost 3 years ago - 13 comments

#105 - Add in migration to BigAutoField for Django 3.2

Pull Request - State: closed - Opened by n0mn0m almost 3 years ago

#104 - Async Support

Issue - State: open - Opened by simontorres almost 3 years ago

#103 - Impersonation Token

Issue - State: open - Opened by NiraliSupe almost 3 years ago - 1 comment

#101 - New release with support for Django 3.2

Issue - State: closed - Opened by GlugovGrGlib about 3 years ago - 2 comments

#99 - Removed body response for JWT auth cookie

Pull Request - State: closed - Opened by sadikuar about 3 years ago

#98 - JSONWebTokenSerializer.validate no longer fails if the user is not active

Issue - State: open - Opened by nigel-gott about 3 years ago - 1 comment

#97 - Added testing for Django 3.1,3.2 & DRF 3.12

Pull Request - State: closed - Opened by mzulqarnain1 about 3 years ago - 2 comments

#96 - Adding django3.1 and 3.2 testing in tox.

Pull Request - State: closed - Opened by awais786 about 3 years ago

#95 - Feature Request: Allow `get_user_model` to be configurable.

Issue - State: open - Opened by Betalos over 3 years ago

#94 - Fix buggy migration for 'blacklisted' token ids

Pull Request - State: closed - Opened by ashokdelphia over 3 years ago - 5 comments

#92 - Add to changelog a missing Breaking Change on v1.12.8

Pull Request - State: closed - Opened by luzfcb over 3 years ago - 2 comments

#91 - Add PyJWT 2.x support

Pull Request - State: closed - Opened by palfrey over 3 years ago - 2 comments

#90 - django.utils.six -> six

Pull Request - State: closed - Opened by palfrey over 3 years ago

#89 - Make README.md render correctly on PyPI

Pull Request - State: closed - Opened by hmpf over 3 years ago

#88 - PyJWT 2.x not supported

Issue - State: closed - Opened by palfrey over 3 years ago

#87 - Tests fail due to missing `django.utils.six`

Issue - State: closed - Opened by palfrey over 3 years ago - 2 comments

#86 - Create SECURITY.md

Pull Request - State: closed - Opened by robrap over 3 years ago - 1 comment

#85 - TypeError('Expected a string value') when creating a key

Issue - State: open - Opened by NiklasRz over 3 years ago - 1 comment

#84 - Improve logout security

Pull Request - State: closed - Opened by ashokdelphia over 3 years ago - 4 comments

#83 - Operation IDs correct?

Issue - State: open - Opened by creyD almost 4 years ago

#82 - how to regist jwt into router

Issue - State: closed - Opened by alibaltschun almost 4 years ago - 1 comment

#81 - Fix broken test in Python 2.7 on master

Pull Request - State: closed - Opened by ashokdelphia almost 4 years ago

#80 - Fixing the status codes

Pull Request - State: closed - Opened by creyD almost 4 years ago - 9 comments

#79 - Status Code in Swagger are wrong

Issue - State: closed - Opened by creyD almost 4 years ago - 1 comment

#78 - Avoid unhandled error for tokens with an unrecognized key id

Pull Request - State: closed - Opened by ashokdelphia almost 4 years ago - 4 comments

#77 - How to use verify_jwt_token with token in httpOnly cookie?

Issue - State: open - Opened by Bouni almost 4 years ago - 1 comment

#76 - AttributeError: 'str' object has no attribute 'decode'.

Issue - State: closed - Opened by DmytroLitvinov almost 4 years ago - 3 comments

#75 - Request to make blacklist module optional

Issue - State: open - Opened by marcosox about 4 years ago

#73 - Handle more token errors for check_payload

Pull Request - State: closed - Opened by ashokdelphia about 4 years ago - 3 comments

#72 - Handle more invalid token errors for authenticated calls

Pull Request - State: closed - Opened by ashokdelphia about 4 years ago - 3 comments

#71 - get_token_from_request: Catch UnicodeDecodeError

Pull Request - State: closed - Opened by jayvdb about 4 years ago - 4 comments

#70 - get_token_from_request can raise DjangoUnicodeDecodeError

Issue - State: closed - Opened by jayvdb about 4 years ago - 5 comments

#69 - Add JSON web token ID claim

Pull Request - State: closed - Opened by ashokdelphia about 4 years ago - 3 comments

#68 - Add example urls.py for blacklisting tokens

Pull Request - State: closed - Opened by dvf about 4 years ago - 3 comments

#67 - Added a section in docs about decorators

Pull Request - State: closed - Opened by sandeshbhusal about 4 years ago - 3 comments

#66 - Doc does not contain section about decorators.

Issue - State: open - Opened by sandeshbhusal about 4 years ago

#65 - In case of different auth header it triggers error instead of None

Pull Request - State: closed - Opened by awais786 about 4 years ago - 2 comments

#64 - OAuth2 header request is not working.

Pull Request - State: closed - Opened by awais786 about 4 years ago

#62 - Management command to obtain JWT token for a user

Pull Request - State: closed - Opened by MahdiZareie about 4 years ago - 7 comments

#61 - Add explanation for blacklisting to docs

Pull Request - State: closed - Opened by mzugcic about 4 years ago - 1 comment

#59 - Documentation to use Blacklist

Issue - State: closed - Opened by ghost about 4 years ago

#58 - Remove unique constraint on blacklist.token TextField.

Pull Request - State: closed - Opened by feanil over 4 years ago - 2 comments

#57 - doesn't play well with other "Authorization"-header auth plugins

Issue - State: open - Opened by radix over 4 years ago - 2 comments

#56 - custom username fields are not honored

Issue - State: closed - Opened by radix over 4 years ago - 1 comment

#55 - documentation doesn't mention need of INSTALLED_APPS

Issue - State: closed - Opened by radix over 4 years ago - 2 comments

#54 - Lazy and unicode-aware gettext

Pull Request - State: closed - Opened by jayvdb over 4 years ago - 3 comments

#53 - compat.gettext_lazy is not using the lazy version

Issue - State: closed - Opened by jayvdb over 4 years ago - 2 comments

#52 - Improving docs

Pull Request - State: closed - Opened by hvitis over 4 years ago - 1 comment

#51 - moved models import statement to after blacklist apps check

Pull Request - State: closed - Opened by fablet over 4 years ago - 1 comment

#50 - Use DRF JSON encoder for token (to allow for more data types)

Pull Request - State: closed - Opened by akx over 4 years ago - 4 comments

#49 - Run mkdocs with Python 3.6

Pull Request - State: closed - Opened by fitodic over 4 years ago - 1 comment

#48 - Fix the failing settings tests and add the tox deploy environment

Pull Request - State: closed - Opened by fitodic over 4 years ago

#47 - Tests with settings monkeypatches failing

Issue - State: closed - Opened by dominik-bln over 4 years ago - 3 comments

#46 - Use force_str to replace deprecated force_text

Pull Request - State: closed - Opened by dominik-bln over 4 years ago - 6 comments

#45 - Split try-catch of compat imports

Pull Request - State: closed - Opened by dominik-bln over 4 years ago - 3 comments

#44 - Install instructions missing "rest_framework_jwt" for installed apps

Issue - State: closed - Opened by tithamane over 4 years ago - 2 comments

#43 - Deprecation Warnings In Django 3

Issue - State: closed - Opened by dominik-bln over 4 years ago - 5 comments

#42 - Travis deploy stage fails to upload distribution

Issue - State: open - Opened by fitodic over 4 years ago - 1 comment

#41 - Fix/custom username payload

Pull Request - State: closed - Opened by paolodamico over 4 years ago - 5 comments

#40 - Migrations fail on MySQL

Issue - State: closed - Opened by jmbowman over 4 years ago - 5 comments
Labels: bug, good first issue

#39 - bugfix/travis_deploy_token

Pull Request - State: closed - Opened by KikiSB over 4 years ago

#38 - maintenance status?

Issue - State: closed - Opened by nigoroll over 4 years ago - 3 comments

#37 - Disallow refreshing a blacklisted token

Pull Request - State: closed - Opened by ashokdelphia over 4 years ago - 9 comments

#36 - Blacklisted tokens can still be refreshed

Issue - State: closed - Opened by ashokdelphia over 4 years ago - 3 comments

#35 - Add check if blacklist app is installed in authentication

Pull Request - State: closed - Opened by mzugcic over 4 years ago - 1 comment

#34 - [1.15.0] rest-framework-jwt breaks if blacklist app is not installed

Issue - State: closed - Opened by igadmile over 4 years ago - 2 comments

#33 - Add multi key and key id support.

Pull Request - State: closed - Opened by nigoroll over 4 years ago - 31 comments

#32 - fix doc link

Pull Request - State: closed - Opened by nigoroll over 4 years ago - 1 comment

#31 - RFC: Support for multiple key IDs

Issue - State: closed - Opened by nigoroll over 4 years ago - 3 comments
Labels: enhancement

#30 - docs: for pytest the demo app is required in PYTHONPATH

Pull Request - State: closed - Opened by nigoroll over 4 years ago - 2 comments

#29 - add JWT_AUTH_COOKIE_* settings paralleling django SESSION_COOKIE_*

Pull Request - State: closed - Opened by nigoroll over 4 years ago - 6 comments

#28 - change smart_text -> smart_str since deprecation

Pull Request - State: closed - Opened by cparker-zen over 4 years ago - 2 comments

#27 - Token blacklisting

Pull Request - State: closed - Opened by mzugcic over 4 years ago - 2 comments

#26 - Token Impersonation

Pull Request - State: closed - Opened by Nikolina2112 over 4 years ago - 1 comment

#25 - Refresh Token Issue

Issue - State: open - Opened by wuuuduu almost 5 years ago - 1 comment

#24 - Add a demo project for running the test suite

Pull Request - State: closed - Opened by fitodic almost 5 years ago - 1 comment

#23 - Document compatibility with Python 3.7

Pull Request - State: closed - Opened by msmolens almost 5 years ago - 2 comments

#21 - Minor grammar/typo fixes for docs

Pull Request - State: closed - Opened by ashokdelphia almost 5 years ago - 2 comments

#13 - Anonymous Users

Issue - State: open - Opened by gates17 about 5 years ago - 6 comments

#7 - Fix view names.

Pull Request - State: closed - Opened by mjun almost 6 years ago

#6 - Update docs

Pull Request - State: closed - Opened by mjun almost 6 years ago

#5 - Refactor drf tests

Pull Request - State: closed - Opened by mjun almost 6 years ago - 1 comment