fix: acces token post response expires_in field wasn't sending an integer#29
fix: acces token post response expires_in field wasn't sending an integer#29vparpoil wants to merge 1 commit into
Conversation
…eger moved `accessTokenExpiresAt` to `expires_at` and added `expires_in` which is the lifetime in seconds of the access token as per RFC 6749
|
Hi @vparpoil sorry for delay I was busy with lots of things and will get back to this next week because there is also an important security patch in the underlying node oauth2 server lib |
|
#30 seems to also fix this :) |
|
@vparpoil how would you like to proceed? Close in favor of #30? If so, would you help out in reviewing #30? I would create a release candidate that allows easier field-testing if you want. If you think this contains changes that are not part of #30 then we need to make a distinct plan how we can mange to merge both. |
|
Hi @jankapunkt , I'm closing this in favor of #30 which is more complete and already includes my changes. Also I kept an We can test a RC on our setup when available. Thanks ! |
moved
accessTokenExpiresAttoexpires_atand addedexpires_inwhich is the lifetime in seconds of the access token as per RFC 6749@jankapunkt let me know if you think this could be merged. Thanks !