-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Alba 5 - Stub JWT Security doesn't work with XUnit Theories #90
Comments
I've been attempting to reproduce this in Since I can't see what the actual request content created by Alba (might be reason to come up with a solution to #30, at least for a debug experience), I'm debugging a custom |
For what it's worth, I implemented a thin It seems super strange (and possibly telling) that I can implement a separate path and it works. 🤷♂️ |
@asmorger The |
When attempting to use the new JWT stub security, it all works great for individual unit tests, but the behavior seems unstable for
Theory
scenarios. The first test of the theory succeeds, but subsequent runs will fail with authentication errors.I'm working within an environment where I upgraded from Alba 4 to 5 and
theories
work great in other scenarios - they just don't seem to work with the stub JWT configuration.The text was updated successfully, but these errors were encountered: