Closed JackHumphries9 closed 1 month ago
Nevermind, I've realised you can pass the arguments into the function:
const auth = new sst.aws.Auth("MY_AUTH", {
issuer: {
handler: "auth/index.handler",
link: [
googleClientIdSecret,
googleClientSecretSecret,
databaseURL,
],
},
});
Hi,
I'm writing a backend with SST and I've added an Auth (OpenAuth) component. I have secrets (such as provider secrets and database secrets) and I cannot link them with the standard API.