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 initial commit that added the `user` parameter to `JWTAuth`
only allowed it to be passed when `enterprise_id=None` was
passed.
After playing around with this a little bit, I determined that
this is unnecessarily inflexible for developers. So this
constraint is now relaxed. They can both be passed, with `user`
taking precedence.
Fixup for Pull Request #178.
0 commit comments