-
Notifications
You must be signed in to change notification settings - Fork 836
Use ErrorResponse to get error_description. #1075
base: dev
Are you sure you want to change the base?
Conversation
… default error message.
fix for #1069 |
Can somebody review and merge this? |
I would appreciate it too if this could be reviewed |
@tobsch what do you mean exactly? Merge yours in this branch? This pull-request ain't moving also. |
I understand everyone's frustration with not enough time being spent here... but each PR involve some amount of time and testing. Sorry, I don't have infinite time. I am working to get a little more help here in this repo, but given that it's all people's free time (non-paid), it's a challenge. |
@brockallen totally makes sense - maybe you could open up for some contributors you trust? |
@brockallen maybe together with tests running on github actions as a guard? |
added #1136: this includes github actions that would run with every checkin and pr. I understand that it's challenging and would like to to help lifting the overall quality |
@tobsch I added your brach to temp package in npm. @brockallen no problem. Totally understand. |
Co-authored-by: Simen A. W. Olsen <[email protected]>
error_description will be the default error message due to this change.
Not sure how many users parse this error message and expect it to be 'error' and not 'error_description'.
Should I make a variant of ErrorResponse that will not change old behavior?