-
-
Notifications
You must be signed in to change notification settings - Fork 926
Open
Description
The docs for authenticateHandler
say:
If there is no associated user (i.e. the user is not logged in) a falsy value should be returned.
However if I return null
I then get the following Error:
node-oauth2-server/lib/handlers/authorize-handler.js
Lines 263 to 265 in 91d2cbe
if (!user) { | |
throw new ServerError('Server error: `handle()` did not return a `user` object'); | |
} |
tswaters
Metadata
Metadata
Assignees
Labels
No labels