Build a Slack App in 10 Minutes with MongoDB Stitch

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 6

  • @fuaditrockz
    @fuaditrockz 5 лет назад +4

    Thanks for the content Sir. It's absolutely usable! 👌👍👍👍🙏🙏

  • @SonnyWest87
    @SonnyWest87 4 года назад +2

    the tutorial is super outdated. The interface has changed a lot. 3rd Party Services == services; They dont initially have the option 'database' anymore you have to just select the first option after you select a collection. Wher edid you get the code from the Function editior? Looking for your github of the project example to pull down the example code because it makes its own preconfigured code that doesnt look like your code at all.

  • @cynt005
    @cynt005 5 лет назад +1

    One question. How do you make a secure transaction with MongoDB stitch in exposed URIs? The scenario is the following:
    From a static page in React we call our API in Stitch to insert data. Since the call is made from the client-side, the URL is exposed and everyone can replicate the request, therefore they can insert data in our DB. How can this be prevented/secured?

    • @misterhtmlcss
      @misterhtmlcss 4 года назад

      This example uses Hooks. Hooks aren't something that are typically used for Auth operations because they are hard to secure. If you don't know how and I won't say that I do, but I will say odds are good if you don't then you probably shouldn't.

  • @chipdarip45
    @chipdarip45 4 года назад

    can you do this for realm?

  • @abhisheksengupta4159
    @abhisheksengupta4159 5 лет назад +1

    Great content! Can you please add more stuffs like interactive messages etc?