flawiddsouza/Restfox

No token is obtained when trying to request the oauth2 token

Closed this issue · 5 comments

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

@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?

@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.

@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

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.

Thanks a lot @flawiddsouza