How can I configure doorkeeper so that more than one client can authenticate with the same username and password?

StackOverflow https://stackoverflow.com/questions/17473002

質問

I'm using the doorkeeper gem with the resource owner password credentials flow, if separate clients authenticate with the same username and password they end up using the same access token. This means that a client will no longer have a valid access token if another client has refreshed the access token.

How can I configure doorkeeper so that more than one client can authenticate with the same username and password?

役に立ちましたか?

解決

The latest version of doorkeeper, v0.7.2, fixes this issue. Now, an access token is always issued on request, see https://github.com/applicake/doorkeeper/commit/23bc9a0a0a93be35e40dd44d87417b16339efde5 for the details.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top