Just a basic programmer living in California

  • 1 Post
  • 5 Comments
Joined 2 years ago
cake
Cake day: February 23rd, 2024

help-circle

  • When I’ve done this it’s generally done with JWTs where each micro service is configured with a trusted public key that is used to authenticate the JWT. The JWT can be sent to the client when they log in, and used to authenticate all API requests (forwarding the JWT as necessary for service-to-service requests). It’s also possible to have a gateway mint JWTs after using some other means to authenticate client requests.

    Sometimes service-to-service requests don’t have a client request in context to pull a JWT from. In those cases you need another authentication mechanism, like a different signed token, or a shared secret.



  • Looks very nice! I haven’t done any bike building, But I’ve recently been inspired to learn. Do you mind if I ask, what kind of constraints do you encounter using a vintage frame? Was that a factor in choosing rim brakes? It looks like you have a nice, original fork; but if one were to replace a fork, has head tube design changed over time?