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
Hello,
I am trying to get this working with OAuth and basic authentication.
So the client should be able to send a basic auth header in the token request, if I am correct this isn't implemented yet?
Can you confirm? If it's implemented, any example how to do this?
The text was updated successfully, but these errors were encountered:
The only opinionated functionality this library provides is that we set your response from a successful authentication request in local storage(which will change later).
If you are wanting to attach a token you've obtained after succesfully authenticating with your API you will need to manually do so with a request interceptor. There is an example in the readme demonstrating how to do so, but it seems there is an error as there is no space between the token type and token itself so you may want to add that.
Hello,
I am trying to get this working with OAuth and basic authentication.
So the client should be able to send a basic auth header in the token request, if I am correct this isn't implemented yet?
Can you confirm? If it's implemented, any example how to do this?
The text was updated successfully, but these errors were encountered: