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
The parameters attribute takes the place of the class itself being a dict. This greatly simplifies the type annotations as well as the implementation. The classes still support auth[key] and auth.key to get, set, and delete keys from the parameters dict, as well as auth.get(key) and key in auth.
The text was updated successfully, but these errors were encountered:
GabiAndi
changed the title
Decorator verify_token not found with changes version werkzeug 2.3.0
Decorator verify_token not working with changes version werkzeug 2.3.0
Apr 26, 2023
The parameters attribute takes the place of the class itself being a dict. This greatly simplifies the type annotations as well as the implementation. The classes still support auth[key] and auth.key to get, set, and delete keys from the parameters dict, as well as auth.get(key) and key in auth.
More info:
pallets/werkzeug#2619
pallets/werkzeug#1769
The text was updated successfully, but these errors were encountered: