Live data from Hacker News

Viewing profile — dsinghvi

dsinghvi

HN member
Joined
Sun, Sep 18, 2022, 8:22 PM UTC
HN karma
6
Public activity
11 items

About dsinghvi

No profile information was provided.

Recent public activity

  1. comment
    Comment #37103969

    Disclosure: I'm a contributor to Fern. This is good feedback that we need to provide more examples starting with OpenAPI instead of with the Fern Definition. For some context, we c…

  2. comment
    Comment #37101075

    :wave: Hey Mark -- I'm one of the primary contributors to Fern. +1 to your comment about how needing to support multiple languages results in not being able to leverage certain lan…

  3. comment
    Comment #36146594

    @sthuck I'm working on an alternative in this space called Fern. Like gRPC, you define your schema and use it to generate client libraries + server code. Fern integrates with FastA…

  4. story
    Show HN: Stop writing untyped express routes

    Hey HN -- We were tired of writing untyped code for our APIs so we started building Fern ( https://github.com/fern-api/fern ). We just launched our express integration, check out t…

  5. story
  6. comment
    Comment #34292965

    https://www.personal.ai/

  7. comment
    Comment #33029583

    Got it -- looks like AWS API Gateway also does this out of the box.

  8. comment
    Comment #33029203

    Got it! Based on your comment / some googling it sounds like the common use case is for managing internal secrets. Do you think it's a good fit if you want to use it for managing A…

  9. comment
    Comment #33028371

    It seems like in-house is the way to go since there are no other alternatives. Things we would have to build: - Generating API Keys (with expiry) - Storing API Keys securely - Revo…

  10. comment
    Comment #33026614

    I'm not so much talking about the type of token issued (JWT/Opaque), but more about the service that manages issuing and revoking keys. (i.e. something similar to what Stripe has o…

  11. story
    Ask HN: What do you use for API Key Management?

    Many developer portals allow you to generate API Keys. Is there a SaaS service that is powering these or is all of that logic being built in-house?