You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,8 +152,6 @@ Possible errors include but are not limited to:
158
152
:doc:`/api/errors/access-denied-error`
159
153
The resource owner denied the access request (i.e. ``request.query.allow`` was ``'false'``).
160
154
161
-
The returned ``Promise`` **must** be ignored if ``callback`` is used.
162
-
163
155
**Remarks:**
164
156
165
157
If ``request.query.allowed`` equals the string ``'false'`` the access request is denied and the returned promise is rejected with an :doc:`/api/errors/access-denied-error`.
@@ -211,7 +203,7 @@ When working with a session-based login mechanism, the handler can simply look l
@@ -252,8 +242,6 @@ Possible errors include but are not limited to:
252
242
:doc:`/api/errors/invalid-grant-error`:
253
243
The access token request was invalid or not authorized.
254
244
255
-
The returned ``Promise`` **must** be ignored if ``callback`` is used.
256
-
257
245
**Remarks:**
258
246
259
247
If ``options.allowExtendedTokenAttributes`` is ``true`` any additional properties set on the object returned from :ref:`Model#saveToken() <Model#saveToken>` are copied to the token response sent to the client.
Copy file name to clipboardExpand all lines: docs/docs/getting-started.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Features
28
28
========
29
29
30
30
- Supports :ref:`authorization code <AuthorizationCodeGrant>`, :ref:`client credentials <ClientCredentialsGrant>`, :ref:`refresh token <RefreshTokenGrant>` and :ref:`password <PasswordGrant>` grant, as well as :ref:`extension grants <ExtensionGrants>`, with scopes.
31
-
- Can be used with *promises*, *Node-style callbacks*, *ES6 generators* and *async*/*await* (using Babel_).
31
+
- Can be used with *promises*, *ES6 generators* and *async*/*await* (using Babel_).
32
32
- Fully :rfc:`6749` and :rfc:`6750` compliant.
33
33
- Implicitly supports any form of storage, e.g. *PostgreSQL*, *MySQL*, *MongoDB*, *Redis*, etc.
0 commit comments