kinde-oss / kinde-sveltekit-sdk

MIT License
7 stars 4 forks source link

Feature request: Allow importing environment variables dynamically #14

Closed atifcppprogrammer closed 8 months ago

atifcppprogrammer commented 8 months ago

Prerequisites

What is the problem you’re trying to solve?

End-users would like to deploy the same application build without re-building there applications, this use case demands that they be able to provide environment variables dynamically. Please see :point_right: this discussion in Kinde's slack workspace for more context.

What solution would you like to see?

Import environment variables using $env/dynamic/private, instead of $env/static/private.