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 was archived by the owner on Jan 1, 2026. It is now read-only.
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
accessTokenfor 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!