LNTWOOL - How does build ship handle concurrenc...
How does build ship handle concurrency ? basically i am building out the api layer for an ai agent mainly for it's tools, this agent wont be within buildship. so normal api calls. The API's i built need a auth token that is specific to that user for that session. We are going include it in the link the user clicks to get to the agent. My idea at this point is direct the link at build ship, which will capture the auth token and store it as a session variable, then redirect to the agent UI. Assuming that will work, if i have 10 users hitting the api at the same time, will buildship treat those sesions as unique, aka the variable i(token) it captures, will stay unique to that user for the duration of the session?
