How does one show the berrer token in swagger response using the new methods? #52955
Unanswered
davidbuckleyni
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the old day we would have had a form to enter the barrer token on the main screen of the swagger after we hit our login endpoint the token would be there. But now its not its just appears to be a cookie.
This only gives me this back and also why does it contain these two extra elements in the post before it used to be just username and password
"twoFactorCode": "string",
"twoFactorRecoveryCode": "string"
As you see there is no sign of the token here at all ?
End Goal is
User pastes the code here and unlocks the methods?

Beta Was this translation helpful? Give feedback.
All reactions