Open erceguder opened 4 years ago
According to this line, token
property of credentials is checked for equality with the token sent. Furthermore, I've observed that I can set token
property any string, and it works as long as it matches with the request's! On this point, what are the uses of format
, whose default value is jwt
, and authorization
parameters?
I've been trying to understand how
bearer auth.
-independent ofoauth
- works and can be implemented. Unfortunately, I could neither find a broad explanation (had a look at the TD documentation) nor a concrete example; leaving me with question marks on my mind. It would be great if somebody could supply a samplething
andconsumer
pair so as to show the implementation details and how things work.Thanks in advance.