No token is obtained when trying to request the oauth2 token
Closed this issue · 5 comments
kobenguyent commented
Screen.Recording.2024-09-26.at.13.45.43.mov
Steps:
- import a postman collection with oauth2 token at folder level
- now open folder properties
- click get token
- notice that toast says oauth2 token is obtained successfully
- now open folder properties again
- token field is still n/a
flawiddsouza commented
@kobenguyent I've pushed a fix ddb1b8d and deployed to https://restfox.dev. I think earlier the modal was closing before the data got persisted. Can you check now?
kobenguyent commented
@flawiddsouza thanks for the fix, I could get the token now. But when I click refresh token, nothing happens. Would be nice if you could take a look on it.
kobenguyent commented
@flawiddsouza thanks for the fix, I could get the token now. But when I click refresh token, nothing happens. Would be nice if you could take a look on it.
probably fixed by this #257
flawiddsouza commented
Hey @kobenguyent, test-api-oauth2 now supports refresh token for grant type password. You can test at https://restfox.dev. It should be proper now.
kobenguyent commented
Thanks a lot @flawiddsouza