Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a Flask-JWT Configuration Tutorial #6

Merged
merged 27 commits into from
Dec 27, 2017

Conversation

CristianoYL
Copy link
Contributor

Added a Flask-JWT Configuration Tutorial including instructions on:

  • Changing Authentication URL
  • Changing Auth Key Name
  • Changing Token Expiration Time
  • Customizing Authentication Response Handler
  • Customizing Error Handler
  • Retrieving User Identity From JWT

CristianoYL and others added 27 commits December 16, 2017 21:50
Added a slightly more verbose introduction, syntax highlighting to the code, and a few small changes.
A few small changes to the file
Added tutorial on overriding the auth response handler.
Using `identity as identity_function` so that the `identity` parameter in the `customized_response_handler` doesn't shadow it.

Added a small section on the Error handler.
Add error handler, small changes added too.
@jslvtr jslvtr merged commit 2179187 into tecladocode:master Dec 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants