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

Add refresh token implementation #1367

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    fbbe394 View commit details
    Browse the repository at this point in the history
  2. feat: add refresh bearer

    Ae-Mc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e86aede View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d1357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3dab8f View commit details
    Browse the repository at this point in the history
  5. fix: fix some lint problems

    Ae-Mc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0f8b98b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    42362d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8109750 View commit details
    Browse the repository at this point in the history
  3. fix(transport/bearer): abstract method get_openapi_logout_responses_s…

    …uccess was not implemented
    Ae-Mc committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    af43d4d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    503e538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3983ff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    866f33e View commit details
    Browse the repository at this point in the history
  4. docs: add MatthewScholefield as a contributor for code (fastapi-users…

    …#1370)
    
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b07e857 View commit details
    Browse the repository at this point in the history
  5. Upgrade and apply Ruff linting

    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    9a748c7 View commit details
    Browse the repository at this point in the history
  6. Replace passlib in favor of pwdlib

    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    657b568 View commit details
    Browse the repository at this point in the history
  7. Enable 3.12 support

    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    06de5a5 View commit details
    Browse the repository at this point in the history
  8. Upgrade pytest-asyncio usage

    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5ae64b4 View commit details
    Browse the repository at this point in the history
  9. Bump python-multipart

    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a51232e View commit details
    Browse the repository at this point in the history
  10. Bump version 12.1.3 → 13.0.0

    Breaking change
    ---------------
    
    The underlying password hashing library has been changed from `passlib` to `pwdlib`. This change is breaking only if you were using a custom `CryptContext`. Otherwise, you can upgrade without any changes.
    
    Improvements
    ------------
    
    * Python 3.12 support
    * Password are now hashed using the Argon2 algorithm by default. Passwords created with the previous default algorithm (bcrypt) will still be verified correctly and upgraded to Argon2 when the user logs in.
    * Bump dependencies
      * `python-multipart ==0.0.9`
    frankie567 authored and Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e48af6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64b1b4b View commit details
    Browse the repository at this point in the history
  12. fix: fix union usage

    Ae-Mc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4de46ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0299fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update strategy.py

    Chiggy-Playz authored and Ae-Mc committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fd65fea View commit details
    Browse the repository at this point in the history