Code Monkey home page Code Monkey logo

vsinder-api's Introduction

vsinder-api's People

Contributors

benawad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

vsinder-api's Issues

Error while saving code snippet

Environment
macOS Big Sur
Version 11.0.1

Steps to reproduce

  1. Install extension
  2. Complete profile information
  3. Add code snippet
  4. Click on save code snippet
  5. Click on Save

Screenshot 2020-12-09 at 3 59 01 PM

/message endpoint does not check if match exists

The /message endpoint does not check if the two users are actually matched and allows an arbitrary uuid as matchId.
Since messages are based on matches in the app/extension, the recipient will only receive a push notification / popup but won't actually be able to see the message, which might still be annoying and weird.

POC:

curl -i -X POST --header "Content-Type: application/json" --data '{"recipientId": "some-user-id-here", "text": "Hello", "matchId": "random-uuid"}' -H "access-token: XXX" -H "refresh-token: YYY" https://api.vsinder.com/message/
{"message":{"matchId":"random-uuid","senderId":"own-id","recipientId":"some-user-id-here","text":"Hello","id":"e374ff99-876d-409a-9bc6-63aecf537ab0","createdAt":1607628077252}}

"Internal Server Error"

Both the VSCode extension and the Android app (perhaps also the iOS app) produce "Internal Server Error" when you attempt to complete your card

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.