-
- Notifications
You must be signed in to change notification settings - Fork 247
Pull requests: vimalloc/flask-jwt-extended
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
example(custom_decorators): fix "peasant" typo
#257 by qaisjp was merged Jul 3, 2019 Loading… updated Jul 4, 2019
Use the order of values in JWT_TOKEN_LOCATION to set order of precedence
#256 by stephendwolff was merged Jul 3, 2019 Loading… updated Jul 3, 2019
Add support for specifying cookie domain with JWT_COOKIE_DOMAIN
#38 by frnsys was merged Apr 15, 2017 Loading… updated Jun 16, 2019
fix current_roles contains a dict instead of the list of roles
#248 by szabolcsdombi was merged May 22, 2019 Loading… updated May 22, 2019
Update max age to still be before 2038 (one year)
#244 by allen-cook was merged May 9, 2019 Loading… updated May 9, 2019
Fixed typo in optional_protected_endpoints example
#242 by 5kyc0d3r was merged May 8, 2019 Loading… updated May 8, 2019
Allow to specify
user_claims at token creation #229 by jeanphix was merged Mar 2, 2019 Loading… updated Mar 2, 2019
relax config type check on JWT_*_TOKEN_EXPIRES
#233 by abathur was merged Mar 2, 2019 Loading… updated Mar 2, 2019
relax config type check on JWT_*_TOKEN_EXPIRES
#232 by abathur was closed Mar 1, 2019 Loading… updated Mar 1, 2019
#225 Adding possibility to use int values in the JWT_ACCESS_TOKEN_EXPIRES and JWT_REFRESH_TOKEN_EXPIRES configs
#226 by evangilo was merged Jan 29, 2019 Loading… updated Jan 29, 2019
add extra_info_for_claims argument to the function that add claims
#223 by WaleedMeselhy was closed Jan 20, 2019 Loading… updated Jan 20, 2019
full oidc example with autoconfiguration
#222 by styk-tv was merged Jan 14, 2019 Loading… updated Jan 14, 2019
Allow more data structures for JWT_TOKEN_LOCATION & JWT_BLACKLIST_TOKEN_CHECKS
#215 by illia-v was merged Dec 25, 2018 Loading… updated Jan 3, 2019
Implement the ability to define a leeway when validating JWT tokens.
#218 by otetard was merged Jan 3, 2019 Loading… updated Jan 3, 2019
Corrected typo in docstrings
#213 by haiyanghe was merged Dec 19, 2018 Loading… updated Dec 19, 2018
audience verification, more flexible token decoding & decode key callback
#212 by acrossen was merged Dec 7, 2018 Loading… updated Dec 8, 2018
Add tox.ini and tests in MANIFEST.in
#197 by Gerschtli was merged Sep 28, 2018 Loading… updated Sep 30, 2018
Move chat location from irc to gitter.
#196 by vimalloc was merged Sep 24, 2018 Loading… updated Sep 24, 2018
Add a Gitter chat badge to README.md
#195 by gitter-badger was closed Sep 21, 2018 Loading… updated Sep 21, 2018
Add callback function for customizing encode key
#193 by vimalloc was merged Sep 16, 2018 Loading… updated Sep 16, 2018
@decode_key_loader callback added for dynamic decode keys #191 by steinitzu was merged Sep 11, 2018 Loading… updated Sep 11, 2018
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.