Bearer token standard #9073
-
I noticed that we're using in postman we would generally pass a header like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I believe |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
I believe
Bearer
is intended for use as a part of the OAuth Bearer token standard, of which the built-in DRF Token is not. We are allowed to make use of the authorization scheme of our choice and as such we pickedToken
.