ok i switched to token based auth like in submit-listens as of now for testing
thanks @fettuccinae:matrix.org for helping me out!
* like in `submit-listens, * submit-listens` as
* like in `submit-listens, * submit-listens`, * endpoint as of
Now while the auth works and I am able to test the endpoint, but when I am using current_user, it doesnt work as it considers it anonymous user and has no id attribute
It considers that I'm not logged in even if I authenticate with token
Looks like i'll have to find a easy to login and then test in postman