Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

JonathanHuot
Copy link
Member

The grey color has been used to show that's optional, and a loop arrow to represent that multiple hooks can be stacked. We can distinctly see three kind of hooks:

  1. pre/post+token/auth
  2. generate access/refresh tokens
  3. code/token modifiers.

Also, I have added the optional RequestValidator.rotate_refresh_token callback.

Below screenshot of the bottom portion of the flow which has been impact the most:

BEFORE (3.0.1 documentation)

oauthlib-flows-before

AFTER (this PR update after a tox -e docs)
oauthlib-flow-after

Any ideas, suggestions are more than welcome. The overall picture becomes big, I was thinking about removing some flows from it, e.g. the ROPC / Resource Grant. Thoughts ?

The grey color has been used to show that's optional, and a loop arrow to represent that multiple hooks can be stacked. We can distinctly see three kind of hooks: 1) pre/post+token/auth 2) generate access/refresh tokens 3) code/token modifiers. Also, I have added the optional RequestValidator.rotate_refresh_token callback.
@JonathanHuot JonathanHuot added Documentation OAuth2-Provider This impact the provider part of OAuth2 labels Apr 30, 2019
@JonathanHuot JonathanHuot self-assigned this Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation OAuth2-Provider This impact the provider part of OAuth2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant