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

New JWT Middleware features and more #1662

Merged
merged 20 commits into from
Nov 6, 2020
Merged

New JWT Middleware features and more #1662

merged 20 commits into from
Nov 6, 2020

Conversation

kataras
Copy link
Owner

@kataras kataras commented Oct 17, 2020

  • New JWT features and changes (examples updated).
  • Improvements on the Context User and Private Error features.

Relative to:

TODO:

  • Think, design and write the code
  • For the sake of performance, I had to design our own jwt parser
  • Add tests
  • Update examples
  • Add a tutorial
  • In-memory and Redis Blocklist
  • Write the new e-book JWT section
  • Write the HISTORY entry
  • Add a simple example on site docs

…Context User and Private Error features

TODO: Write the new e-book JWT section and the HISTORY entry of the chnages and  add a simple example on site docs
…efresh tokens without any end-developer action on the claims payload (e.g. set a different issuer)
…..they seem to produce enough performance cost, will try to make a jwt parser by myself and see the difference
…lot of performance cost between jwt-featured requests and simple requests. That's why a new custom JWT parser was created. This commit adds our custom jwt parser as the underline token signer and verifier
…User - the same method now returns an error if the given value does not complete at least one method of the User interface
@kataras kataras merged commit 3d5ed99 into master Nov 6, 2020
@kataras kataras deleted the jwt-new-features branch November 6, 2020 09:42
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.

1 participant