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
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
I'm trying to implement this according to standards, and when looking at your example you mention that it would be a good idea to validate client_id, scope and expiration. I'm trying to do that in my implementation, but I can't seem to find a good way to return an error in the exchange.
How do you do return done(some error descriping what is wrong))?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to implement this according to standards, and when looking at your example you mention that it would be a good idea to validate client_id, scope and expiration. I'm trying to do that in my implementation, but I can't seem to find a good way to return an error in the exchange.
How do you do
return done(some error descriping what is wrong))
?The text was updated successfully, but these errors were encountered: