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
Reading the Sanic JWT docs, although override_scope_validator is mentioned in Initialization and it mentions See Scopes for more information., override_scope_validator seems to be missing in Scopes.
The text was updated successfully, but these errors were encountered:
A while ago, I broke the scoping module out into its own package with a more generic definition. In one of the next releases I do for sanic-jwt I will probably incorporate this other package as it provides the same basic functionality, but also some additional controls. But, at the end of the day, override_scope_validator is meant to do just that and allow the dev to do whatever they want with the scopes.
Reading the Sanic JWT docs, although
override_scope_validator
is mentioned in Initialization and it mentionsSee Scopes for more information.
,override_scope_validator
seems to be missing in Scopes.The text was updated successfully, but these errors were encountered: