You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Token.decode() is now a classmethod. This allows to subclass the Token and add extra fields into the model
allowing operations like encode() with extra claims. This can be useful for situations like claiming a refresh or access token.
Internal handlers decorators are now wrapped in a function decorator. This does not affect anything but allows more control over the middleware
calls to async ASGI applications.
Fixed
OpenAPI when overriding the response for the default status codes of the handlers.