Middleware #1066
Answered
by
miguelgrinberg
Notadumdum
asked this question in
Q&A
Middleware
#1066
-
I wanna add some token for authorization of the client... and I couldn't find anything on middleware in documentation version 4.6.1.. please could you tell me about it |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Oct 16, 2022
Replies: 1 comment 5 replies
-
Client authentication is done in the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Notadumdum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Client authentication is done in the
connect
handler.