-
Notifications
You must be signed in to change notification settings - Fork 0
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
User API endpoint #18
Comments
caused whole auth issue when removing the commenting line 12 of checkJWT.ts, sending 401 status on every login request. To be explored, with |
Not experiencing this issue on accounts with 2FA disabled, seems to confirm this theory |
Seems to be related to a larger auth issue. When reverting the temporary auth bypass in this commit. |
Linked to #19 as a larger authentification issue, must be investigated in the upcoming days |
This issue seems fixed in the last commit, the endpoint also seems working, except for the authentication issue linked in #19 Closing this issue here, any follow up to do in #19 |
The accounts api endpoint throws an error, failing to acquire the req.session. Used to work, might have a look at the past edit for the checkJWT and authentication methods
The text was updated successfully, but these errors were encountered: