Hello there! I am working with postgresql database and my database is in AWS. I periodically get an error due to the excessive number of connections. When do the connections established by supertokens to the database expire by default? Because I think that these connections are not broken, they are added to each new connection every time it arrives.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).