docs: added oauth1 in changelog

This commit is contained in:
Gabriel Grubba
2022-12-28 16:37:03 -03:00
parent 0a77a3788f
commit bd5c1af9cc

View File

@@ -28,7 +28,7 @@
* `oauth`:
- `_endOfPopupResponseTemplate` and `_endOfRedirectResponseTemplate` are no longer a property but now a function that returns a promise of the same value as before
- the following methods are now async:
- the following server methods are now async:
- `OAuth._renderOauthResults`
- `OAuth._endOfLoginResponse`
- `OAuth.renderEndOfLoginResponse`
@@ -37,6 +37,10 @@
- `ensureConfigured`
- `_cleanStaleResults`
* `oauth1`:
- the following server methods are now async:
- `OAuth._storeRequestToken`
- `OAuth._retrieveRequestToken`
#### Internal API changes