-
- 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
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
improve document of loader functions more noticeable
#189 by alexwwang was merged Aug 30, 2018 Loading… updated Aug 31, 2018
improve document of loader functions more noticeable
#188 by alexwwang was closed Aug 27, 2018 Loading… updated Aug 27, 2018
Added a fourth lookup within the json body
#173 by luord was merged Jul 21, 2018 Loading… updated Jul 27, 2018
Migrating everything over to github integrations
#179 by vimalloc was merged Jul 22, 2018 Loading… updated Jul 22, 2018
Allow customizing the JSON error response's message key
#160 by mprahl was merged Jul 4, 2018 Loading… updated Jul 17, 2018
ProTip! Exclude everything labeled
bug with -label:bug.