I'm building a simple application. At its current state, it seems fine to have my Remix SSR app, the...
i
I'm building a simple application. At its current state, it seems fine to have my Remix SSR app, the PostgreSQL DB it uses, and SuperTokens on the same server. No Docker. Is it fine to just use a single API Key for SuperTokens in this case? Is it recommended to generate API keys? Is there a maximum character length for these keys?
r
It is fine to use just one api key. Yea.
6 Views