-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
401 Unauthorized after successful login #268
Comments
After login, the subsequent request does not carry the token of permission verification,i don't understand why there are such low-level mistakes here, but the problem can be solved in the following ways: |
no need
|
1 similar comment
no need
|
Any progress on this? Facing the same issue. |
Expected Behavior
I expect I can query the database after login without getting 401
Current Behavior
I am getting 401 after successful login
Code
Your Environment
PS: I am connecting to the same database from a different project using JavaScript and PouchDB 7.2.1 and auth 1.1.3 (so exactly the same) and it works jut fine
The text was updated successfully, but these errors were encountered: