Open uttrasey opened 3 years ago
Hey, thanks for putting the library together it looks great!
I am building an application that uses OAuth 2.0 code grant flow which returns an accessToken for the user.
accessToken
Is it possible to use this library in such a way that we just use the Authorization bearer ${token} instead of needing all the other config?
Authorization bearer ${token}
Thanks in advance!
sure i will check it
Hey, thanks for putting the library together it looks great!
I am building an application that uses OAuth 2.0 code grant flow which returns an
accessToken
for the user.Is it possible to use this library in such a way that we just use the
Authorization bearer ${token}
instead of needing all the other config?Thanks in advance!