Bearer token support #6275
Replies: 1 comment
-
Closed with #6276 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to struggle with and figured finally that there is no
Bearer
token support in v6. It would be good to have this support to enable hybrid mobile clients (ionic/React Native/Cordova etc.) work without any native plugins.I had problem with ios devices which prevents cross site cookies, android was also struggle in correct session information.
I was however able to clone the session logic and check for header by doing this I am sure it will be helpful for others, also adding a PR soon
Beta Was this translation helpful? Give feedback.
All reactions